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.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d51d779..ad30004 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -27,8 +27,10 @@
>
</div>
- {{ if eq .Kind "page" }} {{ partial "prevnext.html" . }}
+ {{ if eq .Kind "page" }}
+ {{ partial "prevnext.html" . }}
{{ end }}
+
{{ if eq .Kind "section" }}
<div>
{{ template "_internal/pagination.html" . }}
@@ -56,9 +58,13 @@
<ul style="padding: 0;">
{{ range $key, $val := .Site.Params.social }}
<li style="list-style: none;">
- <a href="{{ $val }}" style="font-variant: small-caps;"
- >{{ partial (print "icons/" $key) . }}{{ $key }}</a
+ <a
+ href="{{ $val }}"
+ style="font-variant: small-caps;"
+ aria-label="{{ $key }}"
>
+ {{ partial (print "icons/" $key) . }}{{ $key }}
+ </a>
</li>
{{ end }}
</ul>