mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-27 21:33:18 +02:00
[HtmlFormat] Make feeds available via syndication links
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user