added social share links

This commit is contained in:
Jeronimo F. Martinez Sanchez 2018-02-11 23:44:52 -06:00
commit 9fc9b05c68
3 changed files with 84 additions and 0 deletions

View file

@ -4,6 +4,14 @@
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<article role="main" class="blog-post">
{{ .Content }}
{{ if .Site.Params.socialShare }}
<hr/>
<section id="social-share">
<ul class="list-inline footer-links">
{{ partial "share-links" . }}
</ul>
</section>
{{ end }}
</article>
{{ if ne .Type "page" }}