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 | 8b56f067823153f21fafac102bfa05ac41110983 (patch) | |
tree | 380534dda0e3d17c51dbe7a0643fffb418d4e5b1 /templates/index.html | |
parent | 2e510fedcfb58d99b7bf63cb908ea5107dd96433 (diff) | |
parent | 27dc62cf3bd9686f30d66071701b3d2558874090 (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> |