From 712e670f9d14a409e4b50b7303403f92bb576bfb Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:47:57 +0200 Subject: [PATCH] fix: add hx- prefix to classes --- layouts/partials/components/edit-url.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/components/edit-url.html b/layouts/partials/components/edit-url.html index fe8d138..71f71eb 100644 --- a/layouts/partials/components/edit-url.html +++ b/layouts/partials/components/edit-url.html @@ -2,7 +2,7 @@ {{- $context := .context -}} -{{- $linkClass := "mb-4 block text-xs text-gray-500 ltr:text-right rtl:text-left dark:text-gray-400" -}} +{{- $linkClass := "hx-mb-4 hx-block hx-text-xs hx-text-gray-500 ltr:hx-text-right rtl:hx-text-left dark:hx-text-gray-400" -}} {{- if and (site.Params.editURL.enable) (eq site.Params.editURL.location .source) -}} {{- $editURL := site.Params.editURL.base | default "" -}}