Plugin markdown update (#211)

This commit is contained in:
Simon Lecoq
2021-04-07 14:13:56 +02:00
committed by GitHub
parent f93da199d6
commit a98530dd6b
10 changed files with 87 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
<%_ } else if (plugins.rss.feed.length) { _%>
<%_ for (const {title, link, date} of plugins.rss.feed) { _%>
* [<%= title %>](<%= link %>)
* Published on <%= f.date(new Date(date), {dateStyle:"short"}) %>
* *Published on <%= f.date(new Date(date), {dateStyle:"short"}) %>*
<%_ } _%>
<%_ } else { _%>
Empty RSS feed