Bjørn Erik Pedersen
Bjørn Erik Pedersen
>Will the _internal/alias.html template still be available? I Yes, but not as a partial. I have never thought about anyone using that template the way you do. I have gone...
>Oh cool, so it will be on the template search path? That's good enough for me 😄 Yes. The main thing about _this_ particular issue is to eventually remove the...
@BBaoVanC I have created #3627 to improve the "infinite loop". The motivation behind this change, from the top of my head, comes from 1. Make the Hugo code base re....
@nmelehan You need to merge this.
@mohsalsaleem to be more precise: ```go type Address { Street string City string } type User struct { Name string Address Address foo string } func (u *User) M1() string...
>For the use case described in the forum, isn't it sufficient to check the ordinal? The ordinal for the first `foo` shortcode on a page may still be ... 5,...
... if I remember the ordinal logic correctly: ```handlebars {{< foo >}} // 0 {{< bar >}} // 1 {{< foo >}} // 2 ```
>For some reason I thought that number was tracked separately for each shortcode, and our (my) docs on the subject need some adjustment. I guess we could possibly change that...
@cmahnke do you have better name?
@cmahnke The scope of this issue is clearly defined; this is something that I want to do. Scoping it to something that I 1. Want to do and 2. Something...