[themes/partials] Add footer role.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{{ $hasGetintouch := default false (index .Params "get_in_touch") }}
|
{{ $hasGetintouch := default false (index .Params "get_in_touch") }}
|
||||||
{{ $hasMotto := or .IsHome ( default false (index .Params "motto")) }}
|
{{ $hasMotto := or .IsHome ( default false (index .Params "motto")) }}
|
||||||
|
|
||||||
<footer>
|
<footer role="contentinfo">
|
||||||
{{ if or $hasMotto $hasGetintouch }}
|
{{ if or $hasMotto $hasGetintouch }}
|
||||||
<div class="container footer-elements">
|
<div class="container footer-elements">
|
||||||
{{ if $hasMotto }}
|
{{ if $hasMotto }}
|
||||||
|
Reference in New Issue
Block a user