aboutsummaryrefslogtreecommitdiff
path: root/internal/template/feed.tpl.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/template/feed.tpl.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/internal/template/feed.tpl.go b/internal/template/feed.tpl.go
index f6862d5..2bf07f3 100644
--- a/internal/template/feed.tpl.go
+++ b/internal/template/feed.tpl.go
@@ -40,9 +40,13 @@ const feedTpl = `{{- /*gotype:github.com/Necoro/feed2imap-go/internal/feed.feedi
</td>
</tr>
</table>
+{{with .Item.Description}}
+ <br /> <!-- originally: only if content and 'content !~ /\A\s*</m' -->
+ {{html .}}
+{{end}}
{{with .Item.Content}}
<br /> <!-- originally: only if content and 'content !~ /\A\s*</m' -->
- {{.}}
+ {{html .}}
{{end}}
{{with .Item.Enclosures}}
<table border="1" width="100%" cellpadding="0" cellspacing="0" style="border-spacing: 0; ">
0'>2014-03-18Do not compress passwords.Jason A. Donenfeld1-1/+1 2013-09-14Use a glob in the pattern match instead of using two comparisons for [yY].Chris Down1-1/+1 2013-09-14Rephrase awkward/confusing message about enabling echo during password entry.Chris Down1-3/+3 2013-09-14Fix directory traversal for reencryption when $PREFIX is a symlinkBrian Shore1-1/+1 2013-08-26Makefile: Do not install bash completion to /etcLukas Fleischer1-3/+2 2013-05-22check if a passfile exists before checking for directoryBrian Mattern1-13/+12