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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 626293c..89456c2 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -72,7 +72,7 @@
box-sizing: border-box;
"
>
- <h3>Sections</h3>
+ <h3>Site Sections</h3>
<ul style="padding: 0;">
{{ range .Site.Sections }}
<li style="list-style: none;">
@@ -93,13 +93,13 @@
"
>
<h3>Recent Posts</h3>
- <ul style="padding: 0;">
+ <ol style="padding: 0;">
{{ range ((where .Site.Pages "Kind" "page").ByDate.Reverse) | first 5 }}
- <li style="list-style: none;">
+ <li>
<a href="{{ .Permalink }}">{{ .Title | truncate 25 }}</a>
</li>
{{ end }}
- </ul>
+ </ol>
</div>
</div>
<hr style="width: 50%; border-color: var(--textColor);" />