diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:20:59 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 12:20:59 -0600 |
commit | 6e29717df1f825e47ea39970a94a94e6bf467439 (patch) | |
tree | cf7b29e2e7822a0c83310cf9a63bcf65365c8ef9 /templates/index.html | |
parent | 798dd3c615945974bef6beec056efda78946489a (diff) | |
parent | 034d155d8ea9019e651056662f501b4c79e09883 (diff) |
fixing conflicts
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
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> |