Fixed titles of list pages
This commit is contained in:
parent
a9b44ccf13
commit
d64874ece6
@ -2,7 +2,7 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
<div class="title-header">
|
<div class="title-header">
|
||||||
<h1>Posts</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
</div>
|
</div>
|
||||||
{{ range .Pages }}
|
{{ range .Pages }}
|
||||||
<article class="all-list">
|
<article class="all-list">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user