From 7053df09e3873dd79f0b85903e30369976f15fe2 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Fri, 20 Mar 2020 15:42:15 +0000
Subject: [PATCH] update template

---
 layouts/partials/document.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/document.html b/layouts/partials/document.html
index 0f6fd7e..d9e3f5a 100644
--- a/layouts/partials/document.html
+++ b/layouts/partials/document.html
@@ -2,7 +2,8 @@
   <div>
     {{- partial "sidebar.html" . }}
   </div>
-  <div class="content">
+  <section class="content">
+    <h1>{{ .Title }}</h1>
     {{- .Content }}
     <div class="pager">
       {{- with .Next }}
@@ -12,5 +13,5 @@
       <a href="{{ .Permalink }}" id="next">{{ .Title }}</a>
       {{- end }}
     </div>
-  </div>
+  </section>
 </div>

--
Gitblit v1.10.0