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

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/share.html')
-rw-r--r--layouts/partials/share.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/share.html b/layouts/partials/share.html
new file mode 100644
index 0000000..0e01dc7
--- /dev/null
+++ b/layouts/partials/share.html
@@ -0,0 +1,7 @@
+<div class="social-share">
+ <ul class="socialcount socialcount-small inline-list">
+ <li class="facebook"><a href="https://www.facebook.com/sharer/sharer.php?u={{ .Permalink }}" title="Share on Facebook"><span class="count"><i class="fa fa-facebook-square"></i> Like</span></a></li>
+ <li class="twitter"><a href="https://twitter.com/intent/tweet?text={{ .Permalink }}" title="Share on Twitter"><span class="count"><i class="fa fa-twitter-square"></i> Tweet</span></a></li>
+ <li class="googleplus"><a href="https://plus.google.com/share?url={{ .Permalink }}" title="Share on Google Plus"><span class="count"><i class="fa fa-google-plus-square"></i> +1</span></a></li>
+ </ul>
+</div><!-- /.social-share -->