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

github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/article_footer.html')
-rw-r--r--layouts/partials/article_footer.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layouts/partials/article_footer.html b/layouts/partials/article_footer.html
new file mode 100644
index 0000000..91f5892
--- /dev/null
+++ b/layouts/partials/article_footer.html
@@ -0,0 +1,23 @@
+<div class="tweet-footer">
+<a href="http://twitter.com/share?url={{ .Permalink }}&text={{ .Title }}" target="_blank" title="Twitter" >
+<span class="tweet-botton">
+ <i class="fa fa-twitter" aria-hidden="true"></i>
+ Compose new Tweet
+ </span>
+ </a>
+</div>
+
+<footer class="article-footer">
+
+ <!--
+ <a data-url="{{ .Permalink }}" data-id="{{ .UniqueID }}" class="article-share-link">
+ {{with .Site.Data.l10n.articles.share}}{{.}}{{end}}
+ </a>
+ -->
+ {{ if not (eq .Site.DisqusShortname "") }}
+
+ <a href="{{ .Permalink }}/#disqus_thread" class="article-comment-link">
+ {{with .Site.Data.l10n.articles.comments}}{{.}}{{end}}
+ </a>
+ {{end}}
+</footer>