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

github.com/tblyler/light-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index a082b59..7b065b8 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -50,6 +50,11 @@
<img alt="LinkedIn" height="{{ $icon_size }}" width="{{ $icon_size }}" src="/images/linkedin.svg" />
</a>
{{ end }}
+ {{ if .Site.Params.youtube }}
+ <a href="https://youtube.com/user/{{ .Site.Params.youtube }}" title="Youtube">
+ <img alt="Youtube" height="{{ $icon_size }}" width="{{ $icon_size }}" src="/images/youtube.svg" />
+ </a>
+ {{ end }}
</div>
<div class="links">
<a href="/">Home</a>