Fix double quote in tags list

This commit is contained in:
Danila Fedorin 2023-01-01 19:36:52 -08:00
parent efa9da8cd1
commit e7cada3764
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{{ define "main" }}
<h2>{{ i18n "tagged" .Title }}"</h2>
<h2>{{ i18n "tagged" .Title }}</h2>
<ul class="post-list">
{{ range .Pages.ByDate.Reverse }}