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:
Michael Romero 2018-09-15 22:04:03 -07:00 committed by GitHub
commit 37825f541e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
</div>
{{ end }}
{{ if .Site.Params.socialShare }}
{{ if $.Param "socialShare" }}
<hr/>
<section id="social-share">
<ul class="list-inline footer-links">