add link to entries for this-feed-only view
fixes #12, thanks for the suggestion @gRegorLove
This commit is contained in:
parent
ed0a9b8bbc
commit
f2a3680667
1 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,11 @@
|
||||||
{% if entry.author_name %}
|
{% if entry.author_name %}
|
||||||
{{ entry.author_name }} -
|
{{ entry.author_name }} -
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ entry.feed.name }}
|
{% if entry.feed %}
|
||||||
|
<a href="{{ url_for('.index', feed=entry.feed.get_feed_code()) }}">
|
||||||
|
{{ entry.feed.name }}
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
{% if entry.title %}
|
{% if entry.title %}
|
||||||
<h1>{{ entry.title }}</h1>
|
<h1>{{ entry.title }}</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue