added social share links
This commit is contained in:
parent
5f274c82e4
commit
9fc9b05c68
3 changed files with 84 additions and 0 deletions
|
|
@ -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" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue