Add social sharing links

This commit is contained in:
James Panther
2021-08-16 17:06:35 +10:00
parent fe7d59a855
commit 9fd42720fd
6 changed files with 47 additions and 3 deletions
+2 -1
View File
@@ -16,8 +16,9 @@
<section class="prose dark:prose-light">
{{ .Content | emojify }}
</section>
<footer>
<footer class="pt-8">
{{ partial "author.html" . }}
{{ partial "sharing-links.html" . }}
{{ partial "article-pagination.html" . }}
</footer>
{{/* Comments */}}