-
-
-
+ {{ $mainSections := .Site.Params.mainSections | default (slice "post") }}
+ {{ $section := where .Site.RegularPages "Section" "in" $mainSections }}
+
+
+
+
+
+
+
-
+
+
+
+
+ Post activity
+
+
+
+
+
+
+
+
+
+
+
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 358d50c..f735a20 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -1,6 +1,6 @@