Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/en/home')
-rw-r--r--exampleSite/content/en/home/contact.md2
-rw-r--r--exampleSite/content/en/home/lorem.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/en/home/contact.md b/exampleSite/content/en/home/contact.md
index da29316..7b5d8c0 100644
--- a/exampleSite/content/en/home/contact.md
+++ b/exampleSite/content/en/home/contact.md
@@ -4,4 +4,4 @@ title: "Contact"
In the Contact section of **Introduction**, you may optionally display the current time in your preferred timezone.
-This lets visitors know what sort of response time to expect when they contact you. The timezone is easily set in the config file.
+This lets visitors know what sort of response time to expect when they contact you. The timezone is easily set in the `config.toml` file.
diff --git a/exampleSite/content/en/home/lorem.md b/exampleSite/content/en/home/lorem.md
index bca573f..824b327 100644
--- a/exampleSite/content/en/home/lorem.md
+++ b/exampleSite/content/en/home/lorem.md
@@ -3,4 +3,4 @@ title: "Lorem Ipsum"
weight: 1
---
-You can add more sections to the home page by adding files to the `content/home/` folder.
+You can add more sections to the home page by adding files to the `/content/home/` folder.