diff options
Diffstat (limited to 'syte/templates/github.html')
-rw-r--r-- | syte/templates/github.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/syte/templates/github.html b/syte/templates/github.html new file mode 100644 index 0000000..87a6b10 --- /dev/null +++ b/syte/templates/github.html @@ -0,0 +1,5 @@ +{% if GITHUB_URL %} +<a href="{{ GITHUB_URL }}"> +<img style="position: absolute; top: 0; left: 128px; border: 0; height: 119px;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /> +</a> +{% endif %} |