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-25 05:52:17 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-25 05:52:17 +0300
commited8fefdea89f3d87939c515eaf71043ffe4ec157 (patch)
treec4df7ccb5f9ab194cccaf7a40b56d6f32883e3cb /layouts/partials/link.html
parent0b50622380eef77c669df39c01197c151dd8f565 (diff)
Adjust formatting
Diffstat (limited to 'layouts/partials/link.html')
-rw-r--r--layouts/partials/link.html74
1 files changed, 37 insertions, 37 deletions
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
index c8b685c..b183211 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -1,62 +1,62 @@
<div class="sns-links hidden-print">
{{ with .Site.Params.contact }}
- <a href="{{ . }}">
- <i class="fa fa-envelope"></i>
- </a>
+ <a href="{{ . }}">
+ <i class="fa fa-envelope"></i>
+ </a>
{{ end }}
{{ with .Site.Params.twitter }}
- <a href="https://twitter.com/{{ . }}" target="_blank">
- <i class="fa fa-twitter"></i>
- </a>
- {{ end }}
+ <a href="https://twitter.com/{{ . }}" target="_blank">
+ <i class="fa fa-twitter"></i>
+ </a>
+ {{ end }}
{{ with .Site.Params.instagram }}
- <a href="https://instagram.com/{{ . }}" target="_blank">
- <i class="fa fa-instagram"></i>
- </a>
+ <a href="https://instagram.com/{{ . }}" target="_blank">
+ <i class="fa fa-instagram"></i>
+ </a>
{{ end }}
{{ with .Site.Params.googleplus }}
- <a href="https://plus.google.com/+{{ . }}" target="_blank">
- <i class="fa fa-google"></i>
- </a>
+ <a href="https://plus.google.com/+{{ . }}" target="_blank">
+ <i class="fa fa-google"></i>
+ </a>
{{ end }}
{{ with .Site.Params.facebook }}
- <a href="https://facebook.com/{{ . }}" target="_blank">
- <i class="fa fa-facebook"></i>
- </a>
+ <a href="https://facebook.com/{{ . }}" target="_blank">
+ <i class="fa fa-facebook"></i>
+ </a>
{{ end }}
{{ with .Site.Params.github }}
- <a href="https://github.com/{{ . }}" target="_blank">
- <i class="fa fa-github"></i>
- </a>
+ <a href="https://github.com/{{ . }}" target="_blank">
+ <i class="fa fa-github"></i>
+ </a>
{{ end }}
{{ with .Site.Params.gitlab }}
- <a href="https://gitlab.com/{{ . }}" target="_blank">
- <i class="fa fa-gitlab"></i>
- </a>
+ <a href="https://gitlab.com/{{ . }}" target="_blank">
+ <i class="fa fa-gitlab"></i>
+ </a>
{{ end }}
{{ with .Site.Params.reddit }}
- <a href="https://reddit.com/user/{{ . }}" target="_blank">
- <i class="fa fa-reddit-alien"></i>
- </a>
+ <a href="https://reddit.com/user/{{ . }}" target="_blank">
+ <i class="fa fa-reddit-alien"></i>
+ </a>
{{ end }}
{{ with .Site.Params.hackernews }}
- <a href="https://news.ycombinator.com/user?id={{ . }}" target="_blank">
- <i class="fa fa-hacker-news"></i>
- </a>
+ <a href="https://news.ycombinator.com/user?id={{ . }}" target="_blank">
+ <i class="fa fa-hacker-news"></i>
+ </a>
{{ end }}
{{ with .Site.Params.stackoverflow }}
- <a href="https://stackoverflow.com/users/{{ . }}" target="_blank">
- <i class="fa fa-stack-overflow"></i>
- </a>
+ <a href="https://stackoverflow.com/users/{{ . }}" target="_blank">
+ <i class="fa fa-stack-overflow"></i>
+ </a>
{{ end }}
{{ with .Site.Params.linkedin }}
- <a href="https://linkedin.com/in/{{ . }}" target="_blank">
- <i class="fa fa-linkedin"></i>
- </a>
+ <a href="https://linkedin.com/in/{{ . }}" target="_blank">
+ <i class="fa fa-linkedin"></i>
+ </a>
{{ end }}
{{ with .Site.Params.keybase }}
- <a href="https://keybase.io/{{ . }}" target="_blank">
- <i class="fa fa-key"></i>
- </a>
+ <a href="https://keybase.io/{{ . }}" target="_blank">
+ <i class="fa fa-key"></i>
+ </a>
{{ end }}
</div>