From b678962971e2ae4e599d710b1ac941eb3f6f0d13 Mon Sep 17 00:00:00 2001 From: alihassan <269164386+aliihassandev@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:59:33 +0500 Subject: [PATCH] Replace HTMX links 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. --- app/views/web/BlogController/show.cfm | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/app/views/web/BlogController/show.cfm b/app/views/web/BlogController/show.cfm index 1ec249f4..93d023e9 100644 --- a/app/views/web/BlogController/show.cfm +++ b/app/views/web/BlogController/show.cfm @@ -63,41 +63,20 @@

#blog.status# in - #name#, + #name#,

Posted By: - #blog.userfullName# + #blog.userfullName#

Tags: - #name#, + #name#,