add youtube support to header (#2)
* add youtube link support * add youtube support to header * icons
This commit is contained in:
parent
ef661d427e
commit
3f6b3e8bec
2 changed files with 6 additions and 0 deletions
layouts/partials
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue