mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
d2d493ab5d
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 |