mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Change feed title to a link to original website
This commit is contained in:
parent
d2b360f7b3
commit
fe8347f32a
6 changed files with 33 additions and 15 deletions
|
@ -2,7 +2,10 @@
|
|||
|
||||
{{ define "content"}}
|
||||
<section class="page-header">
|
||||
<h1>{{ .feed.Title }} ({{ .total }})</h1>
|
||||
<h1>
|
||||
<a href="{{ .feed.SiteURL | safeURL }}" title="{{ .feed.SiteURL }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer" data-original-link="true">{{ .feed.Title }}</a>
|
||||
({{ .total }})
|
||||
</h1>
|
||||
<ul>
|
||||
{{ if .entries }}
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue