forked from blallo/rss-bridge
[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
|
@ -53,6 +53,11 @@ h1.pagetitle {
|
|||
color: #2196F3;
|
||||
|
||||
}
|
||||
|
||||
h1.pagetitle > a {
|
||||
color: #2196F3;
|
||||
}
|
||||
|
||||
a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link, a.itemtitle:visited {
|
||||
|
||||
color: #2196F3;
|
||||
|
|
|
@ -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…
Reference in a new issue