소스 검색

fix: authors no longer shown on publication page

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

Fix #1055
zertrin 6 년 전
부모
커밋
2edf7cf351
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}