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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:46:38 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:46:38 +0300
commit2db56dcfe00bcc1cec9cfe0d619d81f5a1db5182 (patch)
tree91049fdaa7c9d9fb440935a647197513b725b9e8 /layouts
parent571d31f27ce5e46a36b7fe163b216541c7a5c7d5 (diff)
Move contact-button and use bootstrap button
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 29a05d0..343cad7 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -54,15 +54,15 @@
{{ with $author.bio }}
<div class="author-bio">{{ . }}</div>
{{ end }}
+ {{ with $author.contact }}
+ <div class="btn btn-default author-contact">
+ <a href="{{ . }}">
+ <i class="fa fa-envelope-o" aria-hidden="true"></i>
+ &nbsp;{{ i18n "contactMe" }}
+ </a>
+ </div>
+ {{ end }}
</div>
- {{ with $author.contact }}
- <div class="author-contact col-md-4">
- <a href="{{ . }}">
- <i class="fa fa-envelope-o" aria-hidden="true"></i>
- &nbsp;{{ i18n "contactMe" }}
- </a>
- </div>
- {{ end }}
{{ end }}
</section>
<ul class="pager">