Very minor thing, easily fixed with a small modification to the template file but for my use-case I like to have the ability to link straight to a certain section. I would have expected that to be something I could do out of the box by just linking to <mysite>#slug but there's no divs marked up with the slug ID at all.
I've just added id = "{{ .Slug }}" to the section title div in the template and that suffices; but maybe it's worth adding that by default.
Thanks!
Very minor thing, easily fixed with a small modification to the template file but for my use-case I like to have the ability to link straight to a certain section. I would have expected that to be something I could do out of the box by just linking to
<mysite>#slugbut there's no divs marked up with the slug ID at all.I've just added
id = "{{ .Slug }}"to the section title div in the template and that suffices; but maybe it's worth adding that by default.Thanks!