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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--config.yaml3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2bdf1f2..81abfd9 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,8 @@ Configuration options may be copied and modified from the theme defaults:
params:
color: teal # Any color in CSS syntax
width: 42rem # Any length in CSS syntax
- footer: Except where otherwise noted, content on this site is licensed under a
+ footer: > # A hardcoded space is needed before each html element
+ Except where otherwise noted, content on this site is licensed under a  
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative
Commons Attribution 4.0 International License</a>.
rss: To subscribe to this RSS feed, copy its address and paste it into your
diff --git a/config.yaml b/config.yaml
index 3f30fdf..e212478 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,7 +1,8 @@
params:
color: teal # Any color in CSS syntax
width: 42rem # Any length in CSS syntax
- footer: Except where otherwise noted, content on this site is licensed under a
+ footer: > # A hardcoded space is needed before each html element
+ Except where otherwise noted, content on this site is licensed under a &#32;
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative
Commons Attribution 4.0 International License</a>.
rss: To subscribe to this RSS feed, copy its address and paste it into your