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/exampleSiteWithImage/hugo.toml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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"
 

--
Gitblit v1.10.0