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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1968456..12f8772 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,13 +2,9 @@
<main>
<div class="post">
- {{ partial "single-post-info.html" . }}
-
- <h1 class="post-title">{{ .Title }}</h1>
- <div class="post-line"></div>
+ {{ partial "single/header.html" . }}
{{ .Content }}
-
</div>
<div class="pagination">