From cb0d15260c99682ede42d596ff6efc99fcf418d4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 30 Apr 2020 20:55:53 +0200 Subject: [PATCH] remove control chars --- exampleSite/static/example.html | 2 +- layouts/shortcodes/include.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/static/example.html b/exampleSite/static/example.html index eee48b2..a59b90a 100644 --- a/exampleSite/static/example.html +++ b/exampleSite/static/example.html @@ -10,4 +10,4 @@
This is heading 6
- \ No newline at end of file + diff --git a/layouts/shortcodes/include.html b/layouts/shortcodes/include.html index 2253198..8c6f786 100644 --- a/layouts/shortcodes/include.html +++ b/layouts/shortcodes/include.html @@ -5,4 +5,4 @@ {{- highlight ($file | readFile) (.Get "language") (default "linenos=table" (.Get "options")) -}} {{- else -}} {{ $file | readFile | safeHTML }} -{{- end -}} \ No newline at end of file +{{- end -}}