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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan <jan.stuehler@web.de>2022-01-31 20:09:31 +0300
committerGitHub <noreply@github.com>2022-01-31 20:09:31 +0300
commitd74549f870dec98c3db0f58e59a2b53dc4fccc92 (patch)
tree5aa83adce02e115bfef191586c007d67db0505a7 /layouts
parent42a0e5100a41a2afb7acefc4ad445aff303f98af (diff)
feat: id for footer (#517)
Added id="footer" just in case someone wants to link there via custom menus or href="#footer". Co-authored-by: stueja <jan@jBook.local> Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1e71ffe..8503784 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -64,7 +64,7 @@
{{ end }}
{{ $hugoLogo = $hugoLogo.RelPermalink}}
- <footer class="container-fluid text-center align-content-center footer pb-2">
+ <footer id="footer" class="container-fluid text-center align-content-center footer pb-2">
<div class="container pt-5">
<div class="row text-left">
{{ if $navigationEnabled }}