joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/site/link/social/github.html
2018-02-28 16:33:36 +01:00

4 lines
192 B
HTML

{{ with .Site.Params.github }}
<a id="contact-link-github" class="contact_link" href="https://github.com/{{ . }}">
<span class="fa fa-github-square"></span><span>github</span></a>
{{ end }}