Fixed titles of list pages

This commit is contained in:
Steven Engler 2019-05-18 10:35:20 -04:00
parent a9b44ccf13
commit d64874ece6

View File

@ -2,7 +2,7 @@
{{ define "main" }}
{{ .Content }}
<div class="title-header">
<h1>Posts</h1>
<h1>{{ .Title }}</h1>
</div>
{{ range .Pages }}
<article class="all-list">