diff --git a/themes/bootstrap2/templates/github.html b/themes/bootstrap2/templates/github.html new file mode 100644 index 0000000000000000000000000000000000000000..31e6c4789c58e7f49867627b9caca6fcc12a8ac1 --- /dev/null +++ b/themes/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 %}