diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-03 01:07:43 -0800 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2012-03-03 01:07:43 -0800 |
commit | aa7f0e939ccf649e44c917019b12f97966c879d5 (patch) | |
tree | 88307fb474309c654771a7df4138738317d727e2 /mnmlist/templates/github.html | |
parent | 7c039820c24f7687498e6d3b88e00ccbd45ac1fa (diff) | |
parent | 2ec3189c6e9d2b372049e4ab5ccec4ef9c1231b7 (diff) | |
download | pelican-themes-aa7f0e939ccf649e44c917019b12f97966c879d5.tar.gz |
Merge pull request #16 from magopian/master
mnmlist theme
Diffstat (limited to 'mnmlist/templates/github.html')
-rw-r--r-- | mnmlist/templates/github.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mnmlist/templates/github.html b/mnmlist/templates/github.html new file mode 100644 index 0000000..75592ac --- /dev/null +++ b/mnmlist/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 %} |