From a0926550b8d5aa07afe2edf2ea6777dea12f4a73 Mon Sep 17 00:00:00 2001 From: de-souza <43355143+de-souza@users.noreply.github.com> Date: Tue, 17 Mar 2020 13:13:29 +0100 Subject: Remove trailing newline in default footer --- README.md | 2 +- config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ed32ae..e879924 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ 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: > # A hardcoded space is needed before each html element + footer: >- # A hardcoded space is needed before each html element Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/config.yaml b/config.yaml index e212478..3e7c136 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ params: color: teal # Any color in CSS syntax width: 42rem # Any length in CSS syntax - footer: > # A hardcoded space is needed before each html element + footer: >- # A hardcoded space is needed before each html element Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International License. -- cgit v1.2.3