tdemin / gmnhg

Hugo-to-Gemini Markdown converter
GNU General Public License v3.0
29 stars 1 forks source link

Pass .Metadata to directory index pages #47

Closed tdemin closed 2 years ago

tdemin commented 2 years ago

This makes gmnhg pass .Metadata while rendering directory and top-level indexes, allowing the user to use page metadata keys for things like page title instead of resorting to formatting with the page content.

.Metadata is omitted while rendering RSS indexes for now, because it doesn't seem to make much sense for it to be there.

Fixes #39.