view mercurial/templates/rss/tagentry.tmpl @ 49635:4d729a98673d

hg-core: make use of `strip_suffix` now that we're using Rust 1.45+
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 14 Nov 2022 15:43:05 +0100
parents 9409aeaafdc1
children
line wrap: on
line source

<item>
    <title>{tag|escape}</title>
    <link>{urlbase}{url|urlescape}rev/{node|short}</link>
    <description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
    <pubDate>{date|rfc822date}</pubDate>
</item>