You've already forked no-js-hugo-theme
Fixed titles of list pages
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user