File tree 3 files changed +6
-4
lines changed
hot_osm/templates/components
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
< header x-data ="{ isMenuOpen: false, isSearchClicked: false } ">
2
2
<!-- Search modal -->
3
- {% include "/search/search_modal.html" %}
3
+ {% include ".. /search/search_modal.html" %}
4
4
<!-- Secondary navigation for desktop -->
5
- {% include "/nav/secondary_desktop_nav.html" %}
5
+ {% include ".. /nav/secondary_desktop_nav.html" %}
6
6
<!-- Main mobile/desktop navigation -->
7
- {% include "/header_navigation.html" %}
7
+ {% include ". /header_navigation.html" %}
8
8
<!-- Mobile navigation -->
9
- {% include "/mobile/mobile_navigation.html" %}
9
+ {% include ".. /mobile/mobile_navigation.html" %}
10
10
</ header >
Original file line number Diff line number Diff line change
1
+ {% load i18n %}
1
2
< div class ="hidden lg:block ">
2
3
< nav >
3
4
< ul class ="flex text-base-18 p-0 flex-row py-0 gap-x-5 " aria-label ="main ">
Original file line number Diff line number Diff line change
1
+ {% load i18n %}
1
2
< div class ="hidden lg:block border-b border-hot-light ">
2
3
< nav class ="flex h-12 mx-auto max-w-7xl px-4 justify-between items-center ">
3
4
<!-- Social media icons -->
You can’t perform that action at this time.
0 commit comments