diff options
author | Kura <kura@kura.io> | 2014-06-09 14:10:04 +0100 |
---|---|---|
committer | Kura <kura@kura.io> | 2014-06-09 14:10:04 +0100 |
commit | d0a9737671da09cd8bf0ee5ce1fc4aded1867544 (patch) | |
tree | e324a258041486c4a2deaecfab2e47119e50d98b /bootstrap2-dark/templates/github.html | |
parent | 93944ff65e49df141c2908d7c335a4d0fc3da106 (diff) | |
parent | 5c241b5d62414cd379a8baedc45a1b72a37d08dd (diff) | |
download | pelican-themes-d0a9737671da09cd8bf0ee5ce1fc4aded1867544.tar.gz |
Merge pull request #116 from frantic1048/master
New theme bootstrap2-dark
Diffstat (limited to 'bootstrap2-dark/templates/github.html')
-rw-r--r-- | bootstrap2-dark/templates/github.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap2-dark/templates/github.html b/bootstrap2-dark/templates/github.html new file mode 100644 index 0000000..31e6c47 --- /dev/null +++ b/bootstrap2-dark/templates/github.html @@ -0,0 +1,9 @@ +{% if GITHUB_URL %} +<a href="{{ GITHUB_URL }}"> +{% if GITHUB_POSITION != "left" %} +<img style="position: absolute; top: 0; left: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png" alt="Fork me on GitHub" /> +{% else %} +<img style="position: absolute; top: 0; left: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub" /> +{% endif %} +</a> +{% endif %} |