paper: sanity-check page feed links

filelog has feeds in header, but not in menu bar
help has header feeds pointing to tags
This commit is contained in:
Matt Mackall 2012-12-20 16:36:45 -06:00
parent 12b2b140f5
commit bad4a7148f
2 changed files with 0 additions and 8 deletions

View File

@ -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>

View File

@ -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>