From f08e56433fb2c92a9172787adcb33edee347bc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Sun, 11 Dec 2022 09:55:21 +0100 Subject: Update for new upstream version (revision 3891) --- templates/github.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/github.html (limited to 'templates/github.html') diff --git a/templates/github.html b/templates/github.html new file mode 100644 index 0000000..ccc401f --- /dev/null +++ b/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 v1.2.3