templates/atom/bookmarkentry.tmpl @ 95a016e87923 default tip

Move bounce script into this repo
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jan 2020 14:15:03 -0500
parents b2b88bc58ef9
children (none)
 <entry>
  <title>{bookmark|escape}</title>
  <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
  <id>{urlbase}{url|urlescape}#bookmark-{node}</id>
  <updated>{date|rfc3339date}</updated>
  <published>{date|rfc3339date}</published>
  <content type="text">{bookmark|strip|escape}</content>
 </entry>