hugo/tpl/tplimpl/embedded/templates
Maciej Sawicki d2d493ab5d
tpl: Fix series detection in opengraph
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" }}
```
2020-12-16 12:13:30 +01:00
..
_default
shortcodes tpl: Add title parameter to YouTube shortcode 2020-12-02 12:53:53 +01:00
alias.html
disqus.html
google_analytics.html
google_analytics_async.html
google_news.html
opengraph.html tpl: Fix series detection in opengraph 2020-12-16 12:13:30 +01:00
pagination.html
schema.html
twitter_cards.html