diff templates/gitweb/error.tmpl @ 5269:46c5e1ee8aaa

Added support for the Atom syndication format
author Robert Bachmann <rbach@rbach.priv.at>
date Thu, 30 Aug 2007 16:42:17 +0200
parents ce8f31e0b3b8
children 3a1ffc1da32c
line wrap: on
line diff
--- a/templates/gitweb/error.tmpl	Wed Aug 29 17:01:10 2007 -0700
+++ b/templates/gitweb/error.tmpl	Thu Aug 30 16:42:17 2007 +0200
@@ -1,5 +1,7 @@
 #header#
 <title>#repo|escape#: Error</title>
+<link rel="alternate" type="application/atom+xml"
+   href="{url}atom-log" title="Atom feed for #repo|escape#">
 <link rel="alternate" type="application/rss+xml"
    href="{url}rss-log" title="RSS feed for #repo|escape#">
 </head>