From 570120b3768d42701aaaf0a4057f11420ce08109 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Fri, 24 Apr 2020 13:03:00 +0000
Subject: [PATCH] update

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

diff --git a/layouts/partials/document.html b/layouts/partials/document.html
index d9e3f5a..d7e5276 100644
--- a/layouts/partials/document.html
+++ b/layouts/partials/document.html
@@ -1,6 +1,6 @@
 <div class="grid-auto">
   <div>
-    {{- partial "sidebar.html" . }}
+    {{- partial "sidebar" . }}
   </div>
   <section class="content">
     <h1>{{ .Title }}</h1>

--
Gitblit v1.10.0