hugo-PaperMod/layouts/partials
Maciej Sawicki d6b2282582 templates: 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
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)
2020-12-16 18:07:59 +05:30
..
templates templates: Fix series detection in opengraph 2020-12-16 18:07:59 +05:30
anchored_headings.html anchored-headings: port to PaperMod 2020-11-10 12:34:22 +05:30
author.html author(partial): fix multiple authors in config displayed incorrectly 2020-10-25 13:01:49 +05:30
comments.html comments: rm comments 2020-07-20 20:11:58 +05:30
cover.html layouts: use hugo.IsProduction 2020-12-13 20:19:25 +05:30
extend_footer.html extended_footer: init 2020-10-18 21:52:22 +05:30
extend_head.html extended_head: init (#44) 2020-10-18 20:21:42 +05:30
footer.html footer: hljs: add check to not load hljs on archive and search 2020-12-08 00:16:11 +05:30
head.html head: Fix user defining canonical URL resulting in multiple canonical URLs (#133) 2020-12-15 22:59:04 +05:30
header.html header: rm class attributes [WIP] 2020-12-13 22:29:06 +05:30
home_info.html home-info, profile-mode: enable markdownify for text elements 2020-10-17 15:02:40 +05:30
index_profile.html Remove whitespace around urls wherever applicable 2020-12-13 16:56:41 +05:30
post_meta.html layouts: use author partial in head and post_meta 2020-10-25 12:47:09 +05:30
share_icons.html share-icons: add #hashtag generation from tags 2020-10-25 13:58:17 +05:30
social_icons.html Remove whitespace around urls wherever applicable 2020-12-13 16:56:41 +05:30
svg.html social-icons: add svg for kakaotalk (#115) 2020-12-08 18:19:07 +05:30
toc.html toc: add aria-label for accessibility reasons 2020-11-06 10:58:23 +05:30