Pārlūkot izejas kodu

fix: authors no longer shown on publication page

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

Fix #1055
zertrin 6 gadi atpakaļ
vecāks
revīzija
2edf7cf351
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 }}