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-17 15:32:51 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2020-03-17 15:32:51 +0300
commitca5fc2c34fc0d6488e10266a0c8c7567c44da794 (patch)
tree9696b0d857d2454fc714ba39aea600f57c3e8d2e
parentd5a2ecd68f7ac20988a7fb23b112e72228ce72ed (diff)
Use non-breaking space as default divider
-rw-r--r--README.md2
-rw-r--r--config.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e879924..7fac6b1 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ params:
rss: To subscribe to this RSS feed, copy its address and paste it into your
favorite feed reader.
summaries: false # Set to true to show summaries of posts on homepage
- divider: '\2015\2015' # Set to false to remove divider below posts on homepage
+ divider: \a0 # Set to false to remove divider below posts on homepage
schema: false # Set to true to add Schema.org metadata
opengraph: false # Set to true to add Open Graph metadata
twittercards: false # Set to true to add Twitter Cards metadata
diff --git a/config.yaml b/config.yaml
index 3e7c136..033249e 100644
--- a/config.yaml
+++ b/config.yaml
@@ -8,7 +8,7 @@ params:
rss: To subscribe to this RSS feed, copy its address and paste it into your
favorite feed reader.
summaries: false # Set to true to show summaries of posts on homepage
- divider: '\2015' # Set to false to remove divider below posts on homepage
+ divider: \a0 # Set to false to remove divider below posts on homepage
schema: false # Set to true to add Schema.org metadata
opengraph: false # Set to true to add Open Graph metadata
twittercards: false # Set to true to add Twitter Cards metadata