forked from nutomic/joinpeertube
4 lines
209 B
HTML
4 lines
209 B
HTML
{{ with .Site.Params.youtube }}
|
|
<a id="contact-link-youtube" class="contact_link" href="https://www.youtube.com/channel/{{ . }}">
|
|
<span class="fa fa-youtube-square"></span><span>youtube</span></a>
|
|
{{ end }}
|