summaryrefslogtreecommitdiff
path: root/art/plt/tag_list.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-06 12:56:44 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-06 12:56:44 -0600
commit403bcd7509498638b6e34d38eb29e1c3620917c9 (patch)
treeb10d853a923a85d4bd981a5b301abd3c1f5a8a7f /art/plt/tag_list.html
parent55cfef7fcaad7a657336b8be62508be9f631ff86 (diff)
finish base art page and upload first post
Diffstat (limited to 'art/plt/tag_list.html')
-rw-r--r--art/plt/tag_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/art/plt/tag_list.html b/art/plt/tag_list.html
index 2dfb70c..b1d6f72 100644
--- a/art/plt/tag_list.html
+++ b/art/plt/tag_list.html
@@ -1,5 +1,5 @@
{%macro print(tags)%}
-<div class="article-tags">
+<div class="art-tags">
<p>Tags:
{%for t in tags-%}
<a href="{{t[1]}}">{{t[0]}}</a>{{", " if not loop.last else ""}}