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:51:29 +0300
committerLeonHe <lhe868@me.com>2019-08-20 19:51:29 +0300
commita4bf9d23f698aa9289226f3093aa0390594203a5 (patch)
treecdc02ed603c13202d759d1f63e11fabc174f7fee
parent3cd25dffaa61088625dcff46cfb0ce246deb73c2 (diff)
fixed twitter text error
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c5af07f..35b8964 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,7 +5,7 @@
<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">Email</a>
+ <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>