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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonHe <lhe868@me.com>2019-08-20 19:54:09 +0300
committerLeonHe <lhe868@me.com>2019-08-20 19:54:09 +0300
commit0f3305fa81c32ed35af8f7c31e78c3d236826ed9 (patch)
tree4b19579b1b324a7166f24f8972e02d9a77548319
parenta4bf9d23f698aa9289226f3093aa0390594203a5 (diff)
remove link icon text
-rw-r--r--layouts/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 35b8964..5e9df69 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,13 +5,13 @@
<div>
<span class="text-primary">{{ .Site.Params.description}}</span>
<div class="pull-right">
- <a target="_blank" href="https://twitter.com/{{ .Site.Params.twitter }}"><img src="/images/twitter_icon.png" width="25px" height="25px">Twitter</a>
- <a target="_blank" href="mailto:{{ .Site.Params.email }}"><img src="/images/email_icon.jpg" width="25px" height="25px">Email</a>
+ <a target="_blank" href="https://twitter.com/{{ .Site.Params.twitter }}"><img src="/images/twitter_icon.png" width="25px" height="25px"></a>
+ <a target="_blank" href="mailto:{{ .Site.Params.email }}"><img src="/images/email_icon.jpg" width="25px" height="25px"></a>
- <a target="_blank" href="https://github.com/{{ .Site.Params.github }}"><img src="/images/github-logo-icon-2.png" width="25px" height="25px">GitHub</a>
+ <a target="_blank" href="https://github.com/{{ .Site.Params.github }}"><img src="/images/github-logo-icon-2.png" width="25px" height="25px"></a>
- <a target="_blank" class="rss" href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}"><img src="/images/rss-feed-logo-symbol-icon-10.png" width="25px" height="25px">RSS</a>
+ <a target="_blank" class="rss" href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}"><img src="/images/rss-feed-logo-symbol-icon-10.png" width="25px" height="25px"></a>
</div>
</div>
{{ range $key, $value := .Site.Taxonomies }}