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

Patrick Kollitsch
09.54.2025 2bd232b5ec387fc5375e47ea942aec1444e69388
layouts/_default/baseof.html
@@ -16,13 +16,11 @@
      <meta name="robots" content="noindex, nofollow">
    {{ end }}
    {{ with .Params.author | default .Site.Params.author }}
      <meta name="author" content = "
        {{- if reflect.IsSlice . -}}
          {{ delimit . ", " | plainify }}
        {{- else -}}
          {{ . | plainify }}
        {{- end -}}
      ">
      {{- $author := . -}}
      {{- if reflect.IsSlice . -}}
        {{- $author = delimit . ", " | plainify -}}
      {{- end -}}
      <meta name="author" content="{{ $author }}">
    {{ end }}
    {{ partial "site-style.html" . }}