mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
13.57.2022 579d7682f2c91dc7d36e5f028ee999e91c3e8265
feat: set open graph meta tags without requiring series taxonomy
1 files modified
8 ■■■■■ changed files
layouts/partials/head.html 8 ●●●●● patch | view | raw | blame | history
layouts/partials/head.html
@@ -231,17 +231,9 @@
  <!-- Open Graph -->
  {{- if isset .Site.Taxonomies "series" }}
    {{- if not (eq (len .Site.Taxonomies.series) 0) -}}
      {{ template "_internal/opengraph.html" . }}
    {{- end -}}
  {{- end }}
  <!-- Schema.org-->
  {{ partial "schema.html" . }}
</head>