summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-02 19:21:21 +0300
committerAndrew Dolgov <[email protected]>2021-03-02 19:21:21 +0300
commitba86c64d38d9995d38af163ae4c51a42b21d5de7 (patch)
tree3180dba6d383a89e26e38a893170315344a8fb17 /templates
parent386316aba1b955f50502562e1308e02680ffe997 (diff)
add digest preview button, also fix a bunch of bugs
Diffstat (limited to 'templates')
-rw-r--r--templates/digest_template_html.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/digest_template_html.txt b/templates/digest_template_html.txt
index f38d98a21..f82294896 100644
--- a/templates/digest_template_html.txt
+++ b/templates/digest_template_html.txt
@@ -1,20 +1,20 @@
<!-- $BeginBlock digest -->
-<h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
+<h1>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
<hr/>
<!-- $BeginBlock feed -->
-<h2 style='font-size : large'>${FEED_TITLE}</h2>
+<h2>${FEED_TITLE}</h2>
<ul>
<!-- $BeginBlock article -->
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> &mdash; <strong>${ARTICLE_UPDATED}</strong>
-<div style='font-style : italic'>${ARTICLE_LABELS}</div>
-<div style='color : gray'>${ARTICLE_EXCERPT}</div>
+<div><em>${ARTICLE_LABELS}</em></div>
+<div>${ARTICLE_EXCERPT}</div>
<!-- $EndBlock article -->
</ul>
<!-- $EndBlock feed -->
-
+
<hr>
-<em>To unsubscribe, visit your configuration options or contact instance owner.</em><br/>
-<em>Sent by tt-rss mailer daemon at ${TTRSS_HOST}.</em>
+<em style='color : gray'>To unsubscribe, visit your configuration options or contact instance owner.<br/>
+Sent by tt-rss mailer daemon at ${TTRSS_HOST}.</em>
<!-- $EndBlock digest -->