diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:10:57 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 15:10:57 +0300 |
commit | 314fd719d318ebba7c85e50e621c021179054290 (patch) | |
tree | f4c6e2f71bfe0d489933c4ba34d5d04d1ba6d117 /layouts/go | |
parent | 47fc02a8c71af4926148beb5d5cc0fc221aa5429 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/go')
-rw-r--r-- | layouts/go/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/go/single.html b/layouts/go/single.html index 6acf2b6..120c01d 100644 --- a/layouts/go/single.html +++ b/layouts/go/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> Установка: |