1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

tweak html digest template

This commit is contained in:
Andrew Dolgov
2007-10-30 08:23:48 +01:00
parent 163a295e51
commit de0800a971

View File

@@ -6,7 +6,7 @@
<ul>
<!-- $BeginBlock article -->
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
<p style='color : gray'>${ARTICLE_EXCERPT}</p>
<div style='color : gray'>${ARTICLE_EXCERPT}</div>
<!-- $EndBlock article -->
</ul>
<!-- $EndBlock feed -->