Explorar o código

fix: authors no longer shown on publication page

Bug caused in the recent refactoring to support Hugo 0.55.2+.

Fix #1055
zertrin %!s(int64=6) %!d(string=hai) anos
pai
achega
2edf7cf351
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      layouts/partials/page_metadata.html

+ 1 - 1
layouts/partials/page_metadata.html

@@ -12,7 +12,7 @@
   {{ $authorLen := len $page.Params.authors }}
   {{ if gt $authorLen 0 }}
   <div>
-    {{ partial "page_metadata_authors" $ }}
+    {{ partial "page_metadata_authors" $page }}
   </div>
   {{ end }}
   {{ end }}