summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-05-22 12:20:59 -0600
committernavanchauhan <navanchauhan@gmail.com>2022-05-22 12:20:59 -0600
commit8b56f067823153f21fafac102bfa05ac41110983 (patch)
tree380534dda0e3d17c51dbe7a0643fffb418d4e5b1 /templates/index.html
parent2e510fedcfb58d99b7bf63cb908ea5107dd96433 (diff)
parent27dc62cf3bd9686f30d66071701b3d2558874090 (diff)
fixing conflicts
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index cc66cd3..a651ea2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,7 +14,7 @@
<li>Published On: {{post.date}}</li>
<li>Tags:
{% for tag in post.tags %}
- {{ tag }},
+ {{ tag }}{{ ", " if not loop.last else "" }}
{% endfor %}
</ul>