]> git.wh0rd.org - tt-rss.git/blame - templates/digest_template_html.txt
rename feed.xsl to atom-to-html.xsl
[tt-rss.git] / templates / digest_template_html.txt
CommitLineData
c62a2c21 1<!-- $BeginBlock digest -->
163a295e 2<h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
c62a2c21 3<!-- $BeginBlock feed -->
163a295e 4<h2 style='font-size : large'>${FEED_TITLE}</h2>
c62a2c21
AD
5
6<ul>
7<!-- $BeginBlock article -->
8<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
de0800a9 9<div style='color : gray'>${ARTICLE_EXCERPT}</div>
c62a2c21
AD
10<!-- $EndBlock article -->
11</ul>
12<!-- $EndBlock feed -->
13
163a295e
AD
14<hr>
15<em>To unsubscribe, visit your configuration options or contact instance owner.</em>
c62a2c21 16<!-- $EndBlock digest -->