You've already forked no-js-hugo-theme
Fixed titles of list pages
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{{ define "main" }}
|
||||
{{ .Content }}
|
||||
<div class="title-header">
|
||||
<h1>Posts</h1>
|
||||
<h1>{{ .Title }}</h1>
|
||||
</div>
|
||||
{{ range .Pages }}
|
||||
<article class="all-list">
|
||||
|
Reference in New Issue
Block a user