mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 17:44:48 +02:00
[HtmlFormat] Add anchor for bridge URI to title
This commit is contained in:
parent
3f83763ff9
commit
82f06ad2c5
2 changed files with 6 additions and 1 deletions
|
@ -45,7 +45,7 @@ EOD;
|
|||
<meta name="robots" content="noindex, follow">
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="pagetitle">{$title}</h1>
|
||||
<h1 class="pagetitle"><a href="{$uri}" target="_blank">{$title}</a></h1>
|
||||
<div class="buttons"><a href="./#bridge-{$_GET['bridge']}"><button class="backbutton">← back to rss-bridge</button></a><a href="./?{$atomquery}"><button class="rss-feed">RSS feed</button></a></div>
|
||||
{$entries}
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue