diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-07 00:13:34 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-07 00:13:34 +0200 |
commit | 345887f3c8319c6dd91f20cd75615fd5c9fcf460 (patch) | |
tree | 7adb89358d95067d46cf011771502984b9002b3a /internal/feed/template/feed.tpl.go | |
parent | 1bb9b56b214128cd98aabe66b41d0a05da3a0b05 (diff) | |
download | feed2imap-go-345887f3c8319c6dd91f20cd75615fd5c9fcf460.tar.gz feed2imap-go-345887f3c8319c6dd91f20cd75615fd5c9fcf460.tar.bz2 feed2imap-go-345887f3c8319c6dd91f20cd75615fd5c9fcf460.zip |
Unified publishedDate and updatedDate into one (just as the old feed2imap...)
Diffstat (limited to 'internal/feed/template/feed.tpl.go')
-rw-r--r-- | internal/feed/template/feed.tpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/template/feed.tpl.go b/internal/feed/template/feed.tpl.go index 2f51bbe..c3aede5 100644 --- a/internal/feed/template/feed.tpl.go +++ b/internal/feed/template/feed.tpl.go @@ -64,7 +64,7 @@ const feedTpl = `{{- /*gotype:github.com/Necoro/feed2imap-go/internal/feed.feedi {{end}} <hr width="100%"/> <table width="100%" cellpadding="0" cellspacing="0"> - {{template "bottomLine" (dict "descr" "Date:" "content" .Published)}} + {{template "bottomLine" (dict "descr" "Date:" "content" .Date)}} {{template "bottomLine" (dict "descr" "Author:" "content" .Creator)}} {{template "bottomLine" (dict "descr" "Filed under:" "content" (join ", " .Categories))}} {{with .FeedLink}} |