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:
authorde-souza <43355143+de-souza@users.noreply.github.com>2020-03-11 13:44:31 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2020-03-11 13:44:31 +0300
commitd9cf6c9788fe9934b2c0bc4f2ebe5c2f94e07f43 (patch)
tree99268746bf1d7efeeb2d685bd2c308d867b29949
parentb4548eb241ed63f5a62446221bbc88548db6e8d6 (diff)
Fix missing space in RSS page footer
-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 &#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
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