Skip to content

Commit cc4ce7f

Browse files
author
Khaled Alquaddoomi
committed
Adds footer changes
1 parent 54149c2 commit cc4ce7f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

content/themes/firma/partials/footer.hbs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,11 @@
4545
role="navigation"
4646
aria-label="{{t "Main links in footer"}}"
4747
>
48-
<span class="f-footer-navigation__title">
49-
{{t "Main links"}}
50-
</span>
5148
<ul class="f-footer-navigation__list">
5249
{{navigation}}
5350
</ul>
5451
</nav>
5552
{{/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-
<span class="f-footer-navigation__title">
63-
{{t "Secondary links"}}
64-
</span>
65-
<ul class="f-footer-navigation__list">
66-
{{navigation type="secondary"}}
67-
</ul>
68-
</nav>
69-
{{/if}}
7053
<nav
7154
class="f-footer-navigation"
7255
role="navigation"

0 commit comments

Comments
 (0)