summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 08:13:06 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 08:13:06 +0100
commit163a295e514cceffa8bcb6d027e3458127f0a779 (patch)
tree438bdb9da11d53a2f4dd8c12e00762d2d86e6722 /templates
parentc62a2c21ba0dc186c560acef92f6451be122b4d9 (diff)
tweak html digest template (add excerpt)
Diffstat (limited to 'templates')
-rw-r--r--templates/digest_template_html.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/digest_template_html.txt b/templates/digest_template_html.txt
index 4b85f8ba9..b25010d9a 100644
--- a/templates/digest_template_html.txt
+++ b/templates/digest_template_html.txt
@@ -1,14 +1,16 @@
<!-- $BeginBlock digest -->
-<h1>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
+<h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
<!-- $BeginBlock feed -->
-<h2>${FEED_TITLE}</h2>
+<h2 style='font-size : large'>${FEED_TITLE}</h2>
<ul>
<!-- $BeginBlock article -->
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
+<p style='color : gray'>${ARTICLE_EXCERPT}</p>
<!-- $EndBlock article -->
</ul>
<!-- $EndBlock feed -->
-<p><em>To unsubscribe, visit your configuration options or contact instance owner.</em></p>
+<hr>
+<em>To unsubscribe, visit your configuration options or contact instance owner.</em>
<!-- $EndBlock digest -->