From da810104cd033c1dcc25d67f8f09985a415b43b9 Mon Sep 17 00:00:00 2001 From: Stéphane Caron Date: Wed, 20 Mar 2013 12:04:11 +0100 Subject: theme variant from mnmlist --- nmnlist/templates/github.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nmnlist/templates/github.html (limited to 'nmnlist/templates/github.html') diff --git a/nmnlist/templates/github.html b/nmnlist/templates/github.html new file mode 100644 index 0000000..75592ac --- /dev/null +++ b/nmnlist/templates/github.html @@ -0,0 +1,9 @@ +{% if GITHUB_URL %} + +{% if GITHUB_POSITION != "left" %} +Fork me on GitHub +{% else %} +Fork me on GitHub +{% endif %} + +{% endif %} -- cgit