git-secret/_includes/icon-github.html
sobolevn eadec1cbe3
Adds navigation, synopsis, and favicons
Changes:
1. Added navigation bar
2. Added `installation.md`
3. Added `why.md`
4. Added favicons

Closes #66, closes #67, closes #68
2017-02-26 23:57:46 +03:00

5 lines
188 B
HTML

<a href="https://github.com/{{ include.username }}">
<span class="icon icon--github">{% include icon-github.svg %}</span>
<span class="username">{{ include.username }}</span>
</a>