Merge pull request #180 from brainspark/social-share-override
Make sure one can override socialShare on a page by page basis
This commit is contained in:
commit
37825f541e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.socialShare }}
|
||||
{{ if $.Param "socialShare" }}
|
||||
<hr/>
|
||||
<section id="social-share">
|
||||
<ul class="list-inline footer-links">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue