X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Ffeed.atom.html;h=49798e8576998c919f4bf10d78a9b236a88a57d7;hb=383cbaf2c5a49f5fa54e635ed437d18784830afe;hp=2ebb162a2139439cd09b60267fcd2ea4e5c6f2b3;hpb=11609d9fd8ba53f049e6c913d8e3affab6cfc9ce;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/feed.atom.html b/tpl/feed.atom.html index 2ebb162a..49798e85 100644 --- a/tpl/feed.atom.html +++ b/tpl/feed.atom.html @@ -6,18 +6,18 @@ {$last_update} {/if} - {if="!empty($pubsubhub_url)"} - - - - {/if} + + {loop="$feed_plugins_header"} + {$value} + {/loop} {$index_url} {$index_url} {$index_url} Shaarli - {loop="links"} + {loop="$links"} {$value.title} {if="$usepermalinks"} @@ -27,14 +27,16 @@ {/if} {$value.guid} {if="$show_dates"} - {$value.iso_date} + {$value.pub_iso_date} + {$value.up_iso_date} {/if} - - - + {loop="$value.taglist"} {/loop} + {loop="$value.feed_plugins"} + {$value} + {/loop} {/loop}