소스 검색

fix: case where social sharing links are empty

Fix #1116
pointbre 6 년 전
부모
커밋
a6da45d7fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      layouts/partials/page_metadata.html

+ 1 - 1
layouts/partials/page_metadata.html

@@ -68,7 +68,7 @@
   {{ end }}
 
   {{ if $share }}
-    {{ partial "share.html" $ }}
+    {{ partial "share.html" $page }}
   {{ end }}
 
 </div>