From fd2b81e4c3cb7f65ecde85f9436f8eb05ddb9d0a Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sat, 21 Oct 2023 15:51:19 +0200 Subject: smaller post rows --- layouts/index.html | 2 +- layouts/partials/meta_links.html | 23 ++++++++++++++--------- layouts/partials/post.html | 6 +++--- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 2f9d8ff..c10f2ec 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@ {{ define "main" }} {{ range $index, $element := (where .Pages "Type" "in" .Site.Params.mainSections).ByWeight }}
-
+

- {{ $key }} - +{{ with .Params.meta_links }} +
+ {{ range $key, $val := . }} + + {{ $key }} + + {{ end }} +
+
{{ end }} diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 768755d..0d80db9 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,7 +1,6 @@ -