aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/template/html.tpl.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 15:57:33 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 15:57:33 +0200
commit3fb920705fe13e30c791bad030da17ba84e4ee0a (patch)
treeeef905855d211d3e0f3e55b06ef8e61a650a6f21 /internal/feed/template/html.tpl.go
parent47b2f99d09a0dd30ecceb2190773bb6cc337f6d2 (diff)
downloadfeed2imap-go-3fb920705fe13e30c791bad030da17ba84e4ee0a.tar.gz
feed2imap-go-3fb920705fe13e30c791bad030da17ba84e4ee0a.tar.bz2
feed2imap-go-3fb920705fe13e30c791bad030da17ba84e4ee0a.zip
Renamed feed template to html template
Diffstat (limited to '')
-rw-r--r--internal/feed/template/html.tpl.go (renamed from 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/html.tpl.go
index 10f870b..4626188 100644
--- a/internal/feed/template/feed.tpl.go
+++ b/internal/feed/template/html.tpl.go
@@ -1,6 +1,6 @@
package template
-var Feed = fromString("Feed", feedTpl)
+var Html = fromString("Feed", feedTpl)
//noinspection HtmlDeprecatedAttribute,HtmlUnknownTarget
const feedTpl = `{{- /*gotype:github.com/Necoro/feed2imap-go/internal/feed.feeditem*/ -}}
ss='logsubject'>Keep the maildir path instactAntonio Terceiro1-1/+0 So maildir:///path/to/maildir points to /path/to/maildir n> 2012-08-31Add remove synonyms.Jason A. Donenfeld1-2/+2 2012-08-31Use basename in usage.Jason A. Donenfeld1-2/+1 2012-08-19now using gpg_id as a varMatthew Ramirez1-2/+2 2012-08-07Forty five seconds.Jason A. Donenfeld1-1/+1 2012-08-06Deal with klipper and new lines.Jason A. Donenfeld1-3/+19 2012-08-06Update examples.Jason A. Donenfeld1-7/+7 2012-08-06Update readme.Jason A. Donenfeld1-11/+13 2012-08-06Be slicker and more like git.Jason A. Donenfeld1-114/+173