Fix double quote in tags list
This commit is contained in:
parent
efa9da8cd1
commit
e7cada3764
|
@ -1,5 +1,5 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h2>{{ i18n "tagged" .Title }}"</h2>
|
<h2>{{ i18n "tagged" .Title }}</h2>
|
||||||
|
|
||||||
<ul class="post-list">
|
<ul class="post-list">
|
||||||
{{ range .Pages.ByDate.Reverse }}
|
{{ range .Pages.ByDate.Reverse }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user