From 94e7d83999377c03e657e50c8c82e41953c3a8f1 Mon Sep 17 00:00:00 2001
From: Maciej BliziƄski <maciej.blizinski@gmail.com>
Date: Thu, 31 Oct 2024 12:21:51 +0000
Subject: [PATCH] feat: add `licensed` to the configuration

---
 tests/exampleSiteWithImage/hugo.toml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/exampleSiteWithImage/hugo.toml b/tests/exampleSiteWithImage/hugo.toml
index de522ab..e887dea 100644
--- a/tests/exampleSiteWithImage/hugo.toml
+++ b/tests/exampleSiteWithImage/hugo.toml
@@ -13,6 +13,9 @@
 # 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

--
Gitblit v1.10.0