about summary refs log tree commit diff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-09 16:33:16 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-09 16:33:16 +0700
commit11745452714f525fd7cebc429bd242022672c590 (patch)
tree8716dfb61368a6db3a1efa7fa7247c05d3b47a36 /layouts/_default/single.html
parentd19d362bc82440ba8b9125b4c1eccee42b29a601 (diff)
downloadblog-11745452714f525fd7cebc429bd242022672c590.tar.gz
Remove redundant custom layout
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 7ba428d..c8e594a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -14,7 +14,7 @@
 	<div class="content e-content">
 		{{ .Content }}
 	</div>
-	{{ partial "postInfo.html" . }}
+	{{ partial "post-info.html" . }}
 </article>
 
 {{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }}