diff options
author | Arthur <arthur@hoa.ro> | 2016-10-12 14:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 14:51:37 +0200 |
commit | 03542572665bae57705a2f57b0737ed43f4f1415 (patch) | |
tree | ed4f096826babda6ad25eba4951a6a76cbad2a34 /tpl/feed.rss.html | |
parent | adcdac1dec45090e2fa1cd4a340e91a40c7a205f (diff) | |
parent | c6d876bb2afe7e9ec1a64c74e766360e2fa441e0 (diff) | |
download | Shaarli-03542572665bae57705a2f57b0737ed43f4f1415.tar.gz Shaarli-03542572665bae57705a2f57b0737ed43f4f1415.tar.zst Shaarli-03542572665bae57705a2f57b0737ed43f4f1415.zip |
Merge pull request #622 from ArthurHoaro/update-date
Save link update dates and render it in templates and feeds
Diffstat (limited to 'tpl/feed.rss.html')
-rw-r--r-- | tpl/feed.rss.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/feed.rss.html b/tpl/feed.rss.html index 26de7f19..4bfe4196 100644 --- a/tpl/feed.rss.html +++ b/tpl/feed.rss.html | |||
@@ -22,7 +22,8 @@ | |||
22 | <link>{$value.url}</link> | 22 | <link>{$value.url}</link> |
23 | {/if} | 23 | {/if} |
24 | {if="$show_dates"} | 24 | {if="$show_dates"} |
25 | <pubDate>{$value.iso_date}</pubDate> | 25 | <pubDate>{$value.pub_iso_date}</pubDate> |
26 | <atom:modified>{$value.up_iso_date}</atom:modified> | ||
26 | {/if} | 27 | {/if} |
27 | <description><![CDATA[{$value.description}]]></description> | 28 | <description><![CDATA[{$value.description}]]></description> |
28 | {loop="$value.taglist"} | 29 | {loop="$value.taglist"} |