diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-02 23:30:32 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-02 23:30:32 +0100 |
commit | 2df0b602ee386577a6f3abff32aa78c3636fbf0a (patch) | |
tree | 07092951c7e7c391e5e379a1791dbca2968a448c /_includes/icon-github.html | |
parent | 06474f24da354bd04ec30bea844b448b6fcff877 (diff) | |
download | kvision-2df0b602ee386577a6f3abff32aa78c3636fbf0a.tar.gz kvision-2df0b602ee386577a6f3abff32aa78c3636fbf0a.tar.bz2 kvision-2df0b602ee386577a6f3abff32aa78c3636fbf0a.zip |
Website configuration.
Introduction article.
Diffstat (limited to '_includes/icon-github.html')
-rw-r--r-- | _includes/icon-github.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/icon-github.html b/_includes/icon-github.html new file mode 100644 index 00000000..7f2ac935 --- /dev/null +++ b/_includes/icon-github.html @@ -0,0 +1 @@ +<a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">KVision on GitHub</span></a> |