aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 15:10:57 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 15:10:57 +0300
commit314fd719d318ebba7c85e50e621c021179054290 (patch)
treef4c6e2f71bfe0d489933c4ba34d5d04d1ba6d117 /layouts/_default/single.html
parent47fc02a8c71af4926148beb5d5cc0fc221aa5429 (diff)
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c0b1eef..c5f73ba 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,6 +1,6 @@
{{ define "main" }}
-<div class="posts-container mx-auto my-5">
- <div class="post single">
+<div class="container mx-auto my-5">
+ <div class="post">
{{ partial "single/header.html" . }}
<div class="e-content">{{ .Content }}</div>
{{ partial "single/footer.html" . }}