diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-08 18:30:15 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-08 18:30:15 +0100 |
commit | fe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0 (patch) | |
tree | 26057a1e043cd176b24f026943f65d5b8b133b4b | |
parent | 214a499cfe325fcaaf308112954e0118268e7875 (diff) | |
download | kvision-fe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0.tar.gz kvision-fe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0.tar.bz2 kvision-fe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0.zip |
GitHub banner
-rw-r--r-- | _includes/footer.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index bf707fa4..9b9d02bb 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,9 +7,6 @@ <li> Author: <a href="mailto:rjaros@treksoft.pl">Robert Jaros</a> </li> - <li> - {% include icon-github.html username=site.github_username %} - </li> </ul> </div> </div> @@ -17,3 +14,5 @@ </div> </footer> + +<a href="https://github.com/rjaros/kvision"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a> |