Explorar el Código

fix: case where social sharing links are empty

Fix #1116
pointbre hace 6 años
padre
commit
a6da45d7fd
Se han modificado 1 ficheros con 1 adiciones y 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>