Initial commit.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2015-09-27 04:18:16 +02:00
commit 7411bfccbd
223 changed files with 14785 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<div class="buttons">
{{ range $social := .Site.Params.social }}
<a href="{{ $social.link }}" class="button" title="{{ $social.description | default (printf "Me on %s" $social.name|title) }}">
<span class="icon is-medium">
<i class="{{ $social.style }} {{ $social.icon }} fa-lg"></i>
</span>
</a>
{{ end }}
</div>