mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
d6b2282582
When inside front matter you specified series with spaces, then the opengraph template wouldn't detect other articles, because in `.Site.Taxonomies.series` they are stored by urlized key. Example: ```yaml series: - My Series ``` ```gohtml {{/* in a template */}} {{- $series := index .Site.Taxonomies.series$name }} {{/* was resolved to */}} {{- $series := index {'my-series': ...} "MySeries" }} ``` (cherry picked from commit d2d493ab5d6a054001a8448ea0de2949dac4b30e) |
||
---|---|---|
.. | ||
templates | ||
anchored_headings.html | ||
author.html | ||
comments.html | ||
cover.html | ||
extend_footer.html | ||
extend_head.html | ||
footer.html | ||
head.html | ||
header.html | ||
home_info.html | ||
index_profile.html | ||
post_meta.html | ||
share_icons.html | ||
social_icons.html | ||
svg.html | ||
toc.html |