--- layout: layout.njk title: > htmx - hx-push-url --- ## `hx-push-url` The `hx-push-url` attribute allows you to "push" a new entry into the browser location bar, which creates a new history entry, allowing back-button and general history navigation. The possible values of this attribute are `true` and `false`. Here is an example: ```html