Change social.html to be reusable

This commit is contained in:
Will Faught
2023-03-04 16:47:51 -08:00
parent cabf07fb10
commit dcfd6d6324
2 changed files with 14 additions and 25 deletions

View File

@@ -47,7 +47,10 @@
{{ partial "paige/toc.html" $page }}
{{ partial "paige/content.html" $page }}
{{ partial "paige/social.html" $page }}
{{ if $page.Param "paige.social" }}
<p class="display-6 text-center">{{ partial "paige/social.html" $page }}</p>
{{ end }}
</div>
</article>
{{ end }}