mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-04 14:00:55 +00:00
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 # in front matter series: - My Series ``` ```gohtml {{/* in a template */}} {{- $series := index .Site.Taxonomies.series$name }} {{/* was resolved to */}} {{- $series := index {'my-series': ...} "MySeries" }} ``` |
||
---|---|---|
.. | ||
_default | ||
shortcodes | ||
alias.html | ||
disqus.html | ||
google_analytics.html | ||
google_analytics_async.html | ||
google_news.html | ||
opengraph.html | ||
pagination.html | ||
schema.html | ||
twitter_cards.html |