Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/index/siteSections.html')
-rw-r--r--layouts/partials/index/siteSections.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/layouts/partials/index/siteSections.html b/layouts/partials/index/siteSections.html
index 01f0697..0cfbc0d 100644
--- a/layouts/partials/index/siteSections.html
+++ b/layouts/partials/index/siteSections.html
@@ -1,9 +1,10 @@
-<h4 style="margin: 1em 0 1em 0;">Sections</h4>
-{{ range .Site.Sections }}
-{{ if not .Params.hideFromHome }}
-<p>
- <a href="{{ .Permalink }}" aria-label="site sections">{{ .Title }}</a> -
- {{ len .Pages}} Articles
-</p>
-{{ end }}
-{{ end }} \ No newline at end of file
+<h6>Sections</h6>
+<div class="section-container">
+ {{ range .Site.Sections }}
+ {{ if not .Params.hideFromHome }}
+ <a class="section" href="{{ .Permalink }}" aria-label="site sections"
+ >{{ .Title }}</a
+ >
+ {{ end }}
+ {{ end }}
+</div>