From f2b417553920d1d4b195e5a9d78e3fe019b2c163 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 5 Jun 2021 19:19:19 -0600 Subject: modify relative links, add base for art page --- art/plt/tag_list.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 art/plt/tag_list.html (limited to 'art/plt/tag_list.html') diff --git a/art/plt/tag_list.html b/art/plt/tag_list.html new file mode 100644 index 0000000..2dfb70c --- /dev/null +++ b/art/plt/tag_list.html @@ -0,0 +1,9 @@ +{%macro print(tags)%} +
+

Tags: + {%for t in tags-%} + {{t[0]}}{{", " if not loop.last else ""}} + {%-endfor%} +

+
+{%endmacro%} -- cgit v1.2.3-54-g00ecf