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>
This commit is contained in:
parent
42a0e5100a
commit
d74549f870
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue