mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Joris Conijn
21.41.2023 221a0d881758f6b6b7fba99eecb894cd5fa911ec
layouts/_default/baseof.html
@@ -19,7 +19,7 @@
    {{ partial "site-style.html" . }}
    {{ partial "site-scripts.html" . }}
    {{ block "favicon" . }}
      {{ partialCached "site-favicon.html" . }}
    {{ end }}
@@ -30,7 +30,13 @@
      <link href="{{ .RelPermalink }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" />
      {{ end }}
    {{ end }}
    {{ if .Params.canonicalUrl }}
      <link rel="canonical" href="{{ .Params.canonicalUrl }}">
    {{ else }}
      <link rel="canonical" href="{{ .Permalink }}">
    {{ end }}
    {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}}
    {{- template "_internal/opengraph.html" . -}}
    {{- template "_internal/schema.html" . -}}