diff options
author | Arnaud BOS <arnaud.tlse@gmail.com> | 2011-02-15 20:54:44 +0000 |
---|---|---|
committer | Arnaud BOS <arnaud.tlse@gmail.com> | 2011-02-15 20:54:44 +0000 |
commit | a8e6acdd7d69a2c3fceb29257dbb317fdd166da2 (patch) | |
tree | a0bc6746e3b0a1a5160df7ffe05c90e820fe0956 /sneakyidea/templates/github.html | |
parent | 51bb3d45d1b376ee3f9c498c4828b5e537494630 (diff) | |
download | pelican-themes-a8e6acdd7d69a2c3fceb29257dbb317fdd166da2.tar.gz |
Added theme sneakyidea ;) Based on notmyidea w/ just some css changing
Diffstat (limited to 'sneakyidea/templates/github.html')
-rw-r--r-- | sneakyidea/templates/github.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sneakyidea/templates/github.html b/sneakyidea/templates/github.html new file mode 100644 index 0000000..75592ac --- /dev/null +++ b/sneakyidea/templates/github.html @@ -0,0 +1,9 @@ +{% if GITHUB_URL %} +<a href="{{ GITHUB_URL }}"> +{% if GITHUB_POSITION != "left" %} +<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_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 %} |