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

github.com/antonpolishko/hugo-stellar-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebas Veeke <mail@sebasveeke.nl>2018-12-15 01:37:14 +0300
committerGitHub <noreply@github.com>2018-12-15 01:37:14 +0300
commitca118b9c1dc7c9dffe04bba6fd039fbd0a7bdce8 (patch)
treef8f870118c0bdda07bda06830908830d0c6fb2ce
parent9821d3e02be033b0e30225fa8970104d63a4563d (diff)
Fixed typo in exampleSite/config.toml
- 'storead' to 'stored'
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cc1529d..1902897 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -42,7 +42,7 @@ googleAnalytics = "" #put your google-analytics ID here
title = "Magna veroeros"
description = ""
- # the picture is storead at static/images/
+ # the picture is stored at static/images/
[params.section.features]
enable = true
[[params.section.feature]]
@@ -164,4 +164,4 @@ googleAnalytics = "" #put your google-analytics ID here
# copyright
[params.footer.copyright]
enable = true
- text = "© Untitled, Design: [HTML5UP](//html5up.net)" \ No newline at end of file
+ text = "© Untitled, Design: [HTML5UP](//html5up.net)"