added first version of theme
This commit is contained in:
5
layouts/partials/link-github.html
Normal file
5
layouts/partials/link-github.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ 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}}
|
Reference in New Issue
Block a user