Add social shortcode

This commit is contained in:
Will Faught
2023-03-22 17:27:57 -07:00
parent a5924473f4
commit d96ae13609
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{{ $page := .Page }}
{{ if $page.Param "paige.social" }}
<p class="display-6 paige-social text-center">
{{ partial "paige/social.html" $page }}
</p>
{{ end }}