From beaa7319f74f99abf81a1b61ef7491846fc77e3f Mon Sep 17 00:00:00 2001
From: peskyadmin
Date: Thu, 20 Mar 2025 10:46:25 -0400
Subject: [PATCH] absURL -> relURL
---
themes/hugoplate/layouts/index.html | 4 ++--
themes/hugoplate/layouts/partials/call-to-action.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/themes/hugoplate/layouts/index.html b/themes/hugoplate/layouts/index.html
index 769268c..696e2df 100755
--- a/themes/hugoplate/layouts/index.html
+++ b/themes/hugoplate/layouts/index.html
@@ -15,7 +15,7 @@
{{ if .enable }}
@@ -65,7 +65,7 @@
{{ with .button }}
{{ if .enable }}
-
+
{{ .label }}
diff --git a/themes/hugoplate/layouts/partials/call-to-action.html b/themes/hugoplate/layouts/partials/call-to-action.html
index b22cb05..4daaab6 100644
--- a/themes/hugoplate/layouts/partials/call-to-action.html
+++ b/themes/hugoplate/layouts/partials/call-to-action.html
@@ -18,7 +18,7 @@
{{ with .Params.button }}
{{ if .enable }}
-
+
{{ .label }}
{{ end }}