summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d5c17c9..b7819ed 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,8 +12,8 @@ defaultContentLanguage = 'en'
# title of the page. Eg. "Contacts - Ed."
title = 'Ed.'
-# You may need to change this line for your real project.
-theme = ['github.com/sergeyklay/gohugo-theme-ed']
+# Use full path to theme's repository in case of using Hugo Modules.
+theme = 'github.com/sergeyklay/gohugo-theme-ed'
# You may need to delete this line for your real project.
resourceDir = '../resources'