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:
authorVicky <vicky@vickylai.com>2018-08-24 22:54:45 +0300
committerVicky <vicky@vickylai.com>2018-08-24 22:54:45 +0300
commit463f61286ef7a0179e158c7fc50ff5fb79123cc2 (patch)
tree6a9d3c20134385868038aa36fd463c2990cc1c39 /exampleSite/content
parent1d207024622b266fdbd73ec1437cced0b857fe05 (diff)
Fix spacing and html background color
- Add spacing before All Blog Posts section - Apply background color to html (was white in dark theme)
Diffstat (limited to 'exampleSite/content')
-rw-r--r--exampleSite/content/en/blog/_index.md2
-rw-r--r--exampleSite/content/en/home/lorem.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/en/blog/_index.md b/exampleSite/content/en/blog/_index.md
index 4355a5e..1ac8cf8 100644
--- a/exampleSite/content/en/blog/_index.md
+++ b/exampleSite/content/en/blog/_index.md
@@ -2,4 +2,4 @@
title: "Blog"
---
-Here is some introduction text for my blog
+Here is some introduction text for my blog. This page uses the `layouts/blog/list.html` template. You can set this text by creating a `/blog/_index.md` file.
diff --git a/exampleSite/content/en/home/lorem.md b/exampleSite/content/en/home/lorem.md
index f26ef4a..bca573f 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 file to `content/home/`
+You can add more sections to the home page by adding files to the `content/home/` folder.