[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") }} {{ $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 }}

Loading…
Cancel
Save