From c225f20d54533cceff10397b3f3cf74b8d29ca0e Mon Sep 17 00:00:00 2001
From: somrat sorkar
Date: Mon, 29 Jan 2024 10:45:05 +0600
Subject: [PATCH] modified banner button target
---
layouts/index.html | 7 ++++++-
package.json | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index 2f6bfa1..f069566 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,7 +13,12 @@
{{ with .button }}
{{ if .enable }}
-
+
{{ .label }}
diff --git a/package.json b/package.json
index 8a47d90..da295c0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
- "version": "1.11.1",
+ "version": "1.11.2",
"license": "MIT",
"author": "zeon.studio",
"scripts": {