joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/site/link/social/github.html

5 lines
192 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
{{ 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 }}