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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2017-07-16 00:44:55 +0300
committerparsiya <parsiya@gmail.com>2017-07-16 00:44:55 +0300
commit6e77cea1886fc955914fce18a2da06a909a78ac6 (patch)
tree725d29e025a5cd6e5dd53b2948141f8a3837e637
parent40db5eeaeeb686e23ac766298ed07ac6eeb1c92a (diff)
Add Mastodon icon to sidebarmastodon-support
-rw-r--r--layouts/partials/sidebar.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index c0968b8..16a6bf7 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -34,6 +34,7 @@
{{ with .Site.Params.facebook }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-facebook fa-3x"></i></a>{{ end }}
{{ with .Site.Params.youtube }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-youtube fa-3x"></i></a>{{ end }}
{{ with .Site.Params.instagram }}<a target="_blank" href="{{ . }}" title="{{ . }}"><i class="fa fa-instagram fa-3x"></i></a>{{ end }}
+ {{ with .Site.Params.mastodon }}<a target="_blank" href="{{ . }}" title="{{ . }}"><img style="width:3em; height=3em; border: none"; src="https://raw.githubusercontent.com/tootsuite/mastodon/master/public/favicon.ico"></a>{{ end }}
<!-- don't need RSS here anymore -->
<!-- {{ if .Site.Params.rss }}<a href="{{ "/index.xml" | absURL }}" type="application/rss+xml" title="RSS"><i class="fa fa-rss-square fa-3x"></i></a>{{ end }} -->