summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-02 17:57:25 +0300
committerAndrew Dolgov <[email protected]>2019-03-02 17:57:25 +0300
commitda1b3e3ba151945eb8574b37d4f0231335c9faee (patch)
treefc1dcdf1cdc6f2927cf7aded79880556f0e0f4f7 /templates
parenta130da2d1abfffad1e25117d436252660847ba09 (diff)
digest: add ARTICLE_LABELS
Diffstat (limited to 'templates')
-rw-r--r--templates/digest_template_html.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/digest_template_html.txt b/templates/digest_template_html.txt
index 0759e8a05..ede93d917 100644
--- a/templates/digest_template_html.txt
+++ b/templates/digest_template_html.txt
@@ -6,7 +6,8 @@
<ul>
<!-- $BeginBlock article -->
-<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
+<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>
<!-- $EndBlock article -->
</ul>