From 10b0b8cc08487d4fa6e138b0b55a6263a62d2840 Mon Sep 17 00:00:00 2001 From: Wladislaw Merezhko Date: Sat, 8 Dec 2012 18:03:58 +0200 Subject: Create updated theme based on bootstrap2 --- new-bootstrap2/templates/github.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 new-bootstrap2/templates/github.html (limited to 'new-bootstrap2/templates/github.html') diff --git a/new-bootstrap2/templates/github.html b/new-bootstrap2/templates/github.html new file mode 100644 index 0000000..1689115 --- /dev/null +++ b/new-bootstrap2/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