mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:15:55 +00:00
digest improvements and bugfixes
This commit is contained in:
14
templates/digest_template.txt
Normal file
14
templates/digest_template.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- $BeginBlock digest -->
|
||||
New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}
|
||||
==============================================================
|
||||
<!-- $BeginBlock feed -->
|
||||
${FEED_TITLE}
|
||||
|
||||
<!-- $BeginBlock article -->
|
||||
* ${ARTICLE_TITLE} - ${ARTICLE_UPDATED}
|
||||
${ARTICLE_LINK}
|
||||
<!-- $EndBlock article -->
|
||||
<!-- $EndBlock feed -->
|
||||
--
|
||||
To unsubscribe, visit your configuration options or contact instance owner.
|
||||
<!-- $EndBlock digest -->
|
||||
14
templates/digest_template_html.txt
Normal file
14
templates/digest_template_html.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
<!-- $BeginBlock digest -->
|
||||
<h1>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
|
||||
<!-- $BeginBlock feed -->
|
||||
<h2>${FEED_TITLE}</h2>
|
||||
|
||||
<ul>
|
||||
<!-- $BeginBlock article -->
|
||||
<li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
|
||||
<!-- $EndBlock article -->
|
||||
</ul>
|
||||
<!-- $EndBlock feed -->
|
||||
|
||||
<p><em>To unsubscribe, visit your configuration options or contact instance owner.</em></p>
|
||||
<!-- $EndBlock digest -->
|
||||
Reference in New Issue
Block a user