diff options
Diffstat (limited to 'web/templates/index.xml')
-rw-r--r-- | web/templates/index.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/index.xml b/web/templates/index.xml index 86151c4..dc1a5ef 100644 --- a/web/templates/index.xml +++ b/web/templates/index.xml @@ -28,7 +28,7 @@ from datetime import datetime </xhtml:div> </title> <link rel="alternate" href="${absurl('/package/'+pkg.atom.key)}" type="text/html"/> - <id>${absurl('/package/'+pkg.atom.key)}</id> + <id>${absurl('/package/'+pkg.atom.key+'?ts='+pkg.meta.ebuildchange.strftime("%Y-%m-%dT%H:%M:%SZ"))}</id> <author> <name>${pkg.meta.authorname} (${pkg.meta.authorid})</name> <uri>${links.ciavc_link(pkg.meta.authorid)}</uri> |