Add page title to content list page

This commit is contained in:
koirand 2020-01-17 18:22:58 -10:00
parent 72c68aac7d
commit 18da0b5509
2 changed files with 2 additions and 1 deletions

View file

@ -126,7 +126,7 @@ nav li {
max-width: 600px;
/* min-width: 300px; */
margin: 0 auto;
top: 240px;
top: 330px;
left: 0;
right: 0;
padding: 5px;

View file

@ -1,4 +1,5 @@
{{ define "main"}}
<h1>{{ .Title }}</h1>
{{ partial "header.html" . }}
<!-- search box -->
<div id="searchBox">