Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yanlinlin82/simple-style.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index d45b0df..978cf16 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,6 @@
-{{- define "main" -}}
-<div class="post-header">
- <h1 class="post-title">{{ .Title }}</h1>
+{{ define "main" -}}
+<div>
+ <h1>{{ .Title }}</h1>
</div>
<ul>
{{ range .Paginator.Pages -}}