[themes/partials] Add footer role.

master
Lorenzo Cogotti 2 years ago
parent 97fa2afce9
commit 42acb24b45

@ -1,7 +1,7 @@
{{ $hasGetintouch := default false (index .Params "get_in_touch") }}
{{ $hasMotto := or .IsHome ( default false (index .Params "motto")) }}
<footer>
<footer role="contentinfo">
{{ if or $hasMotto $hasGetintouch }}
<div class="container footer-elements">
{{ if $hasMotto }}

Loading…
Cancel
Save