aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/template/text.tpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/template/text.tpl.go')
-rw-r--r--internal/feed/template/text.tpl.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/feed/template/text.tpl.go b/internal/feed/template/text.tpl.go
index 0c10334..19aa9b2 100644
--- a/internal/feed/template/text.tpl.go
+++ b/internal/feed/template/text.tpl.go
@@ -11,11 +11,11 @@ const textTpl = `{{- /*gotype:github.com/Necoro/feed2imap-go/internal/feed.feedi
{{- with .TextBody -}}
{{.}}
{{ end -}}
-{{- with .Item.Enclosures -}}
-Files:
- {{- range . -}}
- {{- .URL}} ({{with .Length}}{{. | byteCount}}, {{end}}{{.Type}})
- {{- end -}}
+{{- with .Item.Enclosures}}
+Files:
+{{- range . }}
+ {{ .URL}} ({{with .Length}}{{. | byteCount}}, {{end}}{{.Type}})
+{{- end -}}
{{- end}}
--
Feed: {{ with .Feed.Title -}}{{.}}{{- end }}