aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 13:11:56 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 13:11:56 +0300
commitfe877033e979a6913b3ff24ea7cc22a7f34fb72a (patch)
treed859abc20fa0f33a5856f1bdc65ea002df5f81d5 /layouts/index.html
parentf7c375053d0dd86217e5db628a1e81200d13659f (diff)
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 88e4bb8..0c749d2 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
{{ define "main" }}
<div class="container">
<div class="row">
- <div class="col-xs-12 col-sm-12 col-md-4">
+ <div class="col-xs-12 col-sm-12 col-md-4 sidebar">
{{ if .Title }}
<h1 class="post-title fw-semibold">
{{ .Title }}
@@ -10,7 +10,7 @@
<a href="/feed/" class="btn btn-primary">{{ partial "icon.html" "rss" }} Пописка</a>
{{ end }}
</div>
- <div class="col-xs-12 col-sm-12 col-md-8">
+ <div class="col-xs-12 col-sm-12 col-md-8 content">
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
{{ $notHidden := where .Site.RegularPages "Params.hidden" "!=" true }}
{{ $filtered := ($pages | intersect $notHidden) }}