feat: Add hx-push-url attribute to nav menu item
This commit is contained in:
parent
6dbf5b5438
commit
217667253a
@ -5,6 +5,7 @@
|
|||||||
hx-trigger="click"
|
hx-trigger="click"
|
||||||
hx-target="#main-container"
|
hx-target="#main-container"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
|
hx-push-url="true"
|
||||||
class="{{ Self::get_classes(self, item.current) }}"
|
class="{{ Self::get_classes(self, item.current) }}"
|
||||||
aria-current="{% if item.current %}page{% endif %}"
|
aria-current="{% if item.current %}page{% endif %}"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user