From 951ff9522041cd708440f797009b861d0e139727 Mon Sep 17 00:00:00 2001 From: cark Date: Thu, 26 Aug 2021 00:39:37 +0100 Subject: [PATCH] add cloning instructions to the bottom of articles --- templates/article.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/article.html b/templates/article.html index 7638a7e..74475d5 100644 --- a/templates/article.html +++ b/templates/article.html @@ -8,4 +8,15 @@ {{ page.content | safe }} +
+ Get a copy of this Library +

Using git

+
+git clone https://tildegit.org/southlondon/library.git
+

Using wget

+
+wget https://tildegit.org/southlondon/library/archive/main.zip
+unzip main.zip
+
+ {% endblock content %} \ No newline at end of file