feat: id for footer
Added id="footer" just in case someone wants to link there via custom menus or href="#footer".
This commit is contained in:
parent
2b9ce8fb29
commit
29f2a7a63d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $hugoLogo = $hugoLogo.RelPermalink}}
|
{{ $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="container pt-5">
|
||||||
<div class="row text-left">
|
<div class="row text-left">
|
||||||
{{ if $navigationEnabled }}
|
{{ if $navigationEnabled }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue