Mercurial > hg
changeset 18194:18fef98618cd stable
paper: sanity-check page feed links
filelog has feeds in header, but not in menu bar
help has header feeds pointing to tags
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 20 Dec 2012 16:36:45 -0600 |
parents | 120e1160d17e |
children | 153659e86a5f |
files | mercurial/templates/paper/help.tmpl mercurial/templates/paper/helptopics.tmpl |
diffstat | 2 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/paper/help.tmpl Sun Dec 30 19:19:52 2012 +0100 +++ b/mercurial/templates/paper/help.tmpl Thu Dec 20 16:36:45 2012 -0600 @@ -1,9 +1,5 @@ {header} <title>Help: {topic}</title> -<link rel="alternate" type="application/atom+xml" - href="{url}atom-tags" title="Atom feed for {repo|escape}" /> -<link rel="alternate" type="application/rss+xml" - href="{url}rss-tags" title="RSS feed for {repo|escape}" /> </head> <body>
--- a/mercurial/templates/paper/helptopics.tmpl Sun Dec 30 19:19:52 2012 +0100 +++ b/mercurial/templates/paper/helptopics.tmpl Thu Dec 20 16:36:45 2012 -0600 @@ -1,9 +1,5 @@ {header} <title>Help: {title}</title> -<link rel="alternate" type="application/atom+xml" - href="{url}atom-tags" title="Atom feed for {repo|escape}" /> -<link rel="alternate" type="application/rss+xml" - href="{url}rss-tags" title="RSS feed for {repo|escape}" /> </head> <body>