From d59e570823704a939e7d59067694af0c9dc28619 Mon Sep 17 00:00:00 2001
From: Felix	Boerner <ich@felix-boerner.de>
Date: Mon, 11 Nov 2024 13:26:11 +0000
Subject: [PATCH] fix: move variable under params

---
 tests/exampleSiteWithVideo/hugo.toml |    6 +++---
 tests/exampleSiteWithImage/hugo.toml |    6 +++---
 README.md                            |   14 +++++++-------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index 059498e..00c6b8f 100644
--- a/README.md
+++ b/README.md
@@ -214,13 +214,6 @@
 ```
 
 
-### Support author and remove credit
-
-To remove this credit you can remove the CC3.0 license for only $9 here: https://onepagelove.com/split.
-This really helps contribute towards us developing more templates and means the world to me!
-Cheers, Rob (@robhope)
-
-
 ### Nearly finished
 
 In order to see your site in action, run Hugo's built-in local server.
@@ -241,6 +234,13 @@
 
 The original template is released under the [Creative Commons Attribution 3.0 License](https://github.com/escalate/hugo-split-theme/blob/master/LICENSE.md). Please keep the original attribution link when using for your own project. If you'd like to use the template without the attribution, you can check out the license option via the template [author's website](https://onepagelove.com/split).
 
+To deactivate the license text after purchase, set the value of the variable `licensed` to `true`.
+
+```toml
+[params]
+  licensed = true
+```
+
 
 ## Annotations
 
diff --git a/tests/exampleSiteWithImage/hugo.toml b/tests/exampleSiteWithImage/hugo.toml
index e887dea..3af6b08 100644
--- a/tests/exampleSiteWithImage/hugo.toml
+++ b/tests/exampleSiteWithImage/hugo.toml
@@ -13,9 +13,6 @@
 # Copyright
 copyright = "&copy;2024 Your Name"
 
-# Whether you purchased the license from the author.
-licensed = false
-
 [services]
   [services.googleAnalytics]
     # Enter your tracking code to enable Google Analytics
@@ -29,6 +26,9 @@
   shareImage = "images/social.jpg"
   twitterHandle = "onepagelove"
 
+  # Whether you purchased the license from the author.
+  licensed = false
+
   # Favicon
   favicon = "favicon.ico"
 
diff --git a/tests/exampleSiteWithVideo/hugo.toml b/tests/exampleSiteWithVideo/hugo.toml
index 45063c1..807ef39 100644
--- a/tests/exampleSiteWithVideo/hugo.toml
+++ b/tests/exampleSiteWithVideo/hugo.toml
@@ -13,9 +13,6 @@
 # Copyright
 copyright = "&copy;2024 Your Name"
 
-# Whether you purchased the license from the author.
-licensed = false
-
 [services]
   [services.googleAnalytics]
     # Enter your tracking code to enable Google Analytics
@@ -29,6 +26,9 @@
   shareImage = "images/social.jpg"
   twitterHandle = "onepagelove"
 
+  # Whether you purchased the license from the author.
+  licensed = false
+
   # Favicon
   favicon = "favicon.ico"
 

--
Gitblit v1.10.0