Explorar o código

fix: case where social sharing links are empty

Fix #1116
pointbre %!s(int64=6) %!d(string=hai) anos
pai
achega
a6da45d7fd
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

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