hugo-theme-tiles/layouts/partials/link-github.html

6 lines
206 B
HTML
Raw Normal View History

2019-10-26 00:15:49 +02:00
{{ if $.Site.Params.github_username }}
<a href="https://github.com/{{ .Site.Params.github_username }}" target="_blank">
<span class="icon icon--github">{{ partial "icon-github.svg" }}</span>
</a>
{{end}}