Skip to content

Replace HTMX links with anchor for blog filtering#315

Merged
aliihassandev merged 1 commit intomainfrom
fix/blog-filter
Apr 14, 2026
Merged

Replace HTMX links with anchor for blog filtering#315
aliihassandev merged 1 commit intomainfrom
fix/blog-filter

Conversation

@aliihassandev
Copy link
Copy Markdown
Collaborator

Replace hx-get/hx-target/hx-swap/hx-push-url interactive HTMX elements with normal anchor tags in the blog show view. Categories, author and tag items now use to perform full-page navigation in a new tab and remove the inline cursor styling and HTMX attributes. This simplifies link behavior and ensures these links open in a new tab instead of using HTMX partial replacement.

Replace hx-get/hx-target/hx-swap/hx-push-url interactive HTMX elements with normal anchor tags in the blog show view. Categories, author and tag items now use <a href="..." target="_blank"> to perform full-page navigation in a new tab and remove the inline cursor styling and HTMX attributes. This simplifies link behavior and ensures these links open in a new tab instead of using HTMX partial replacement.
@aliihassandev aliihassandev merged commit 81dbe71 into main Apr 14, 2026
1 check passed
@aliihassandev aliihassandev deleted the fix/blog-filter branch April 14, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant