From 7fe49647bec948777cb9b8635e9beaa2c0b8ed7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 21 Feb 2021 18:49:52 +0100 Subject: Fix signature --- .editorconfig | 3 ++- internal/feed/template/text.tpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0111a8e..24ce802 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,5 @@ indent_size = 4 [*.tpl] indent_style = space indent_size = 2 -end_of_line = crlf \ No newline at end of file +end_of_line = crlf +trim_trailing_whitespace = false \ No newline at end of file diff --git a/internal/feed/template/text.tpl b/internal/feed/template/text.tpl index 57eef18..1225902 100644 --- a/internal/feed/template/text.tpl +++ b/internal/feed/template/text.tpl @@ -12,7 +12,7 @@ Files: {{ .URL}} ({{with .Length}}{{. | byteCount}}, {{end}}{{.Type}}) {{- end -}} {{- end}} --- +-- Feed: {{ with .Feed.Title -}}{{.}}{{- end }} {{ with .Feed.Link -}} <{{.}}> -- cgit v1.2.3