Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post/sharing.html')
-rw-r--r--layouts/partials/post/sharing.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/post/sharing.html b/layouts/partials/post/sharing.html
index 34e6a60..0d59531 100644
--- a/layouts/partials/post/sharing.html
+++ b/layouts/partials/post/sharing.html
@@ -1,3 +1,4 @@
+{{ if .theme }}
<div class="share">
<div class="addthis_toolbox addthis_default_style ">
{{ if .theme.facebook_like }}
@@ -13,3 +14,4 @@
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid={{ .theme.addthis_profile_id }}"></script>
</div>
+{{ end }} \ No newline at end of file