[HtmlFormat] Make feeds available via syndication links
This commit is contained in:
parent
2d1b446bd1
commit
93e7ea9fea
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ EOD;
|
|||
<meta charset="{$charset}">
|
||||
<title>{$title}</title>
|
||||
<link href="static/HtmlFormat.css" rel="stylesheet">
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom" href="./?{$atomquery}" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/?{$mrssquery}" />
|
||||
<meta name="robots" content="noindex, follow">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue