We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54149c2 commit cc4ce7fCopy full SHA for cc4ce7f
content/themes/firma/partials/footer.hbs
@@ -45,28 +45,11 @@
45
role="navigation"
46
aria-label="{{t "Main links in footer"}}"
47
>
48
- <span class="f-footer-navigation__title">
49
- {{t "Main links"}}
50
- </span>
51
<ul class="f-footer-navigation__list">
52
{{navigation}}
53
</ul>
54
</nav>
55
{{/if}}
56
- {{#if @site.secondary_navigation}}
57
- <nav
58
- class="f-footer-navigation"
59
- role="navigation"
60
- aria-label="{{t "Secondary links in footer"}}"
61
- >
62
63
- {{t "Secondary links"}}
64
65
- <ul class="f-footer-navigation__list">
66
- {{navigation type="secondary"}}
67
- </ul>
68
- </nav>
69
- {{/if}}
70
<nav
71
class="f-footer-navigation"
72
0 commit comments