add link to entries for this-feed-only view

fixes #12, thanks for the suggestion @gRegorLove
This commit is contained in:
Kyle Mahan 2015-03-01 17:05:19 -08:00
parent ed0a9b8bbc
commit f2a3680667

View file

@ -31,7 +31,11 @@
{% if entry.author_name %}
{{ entry.author_name }} -
{% endif %}
{{ entry.feed.name }}
{% if entry.feed %}
<a href="{{ url_for('.index', feed=entry.feed.get_feed_code()) }}">
{{ entry.feed.name }}
</a>
{% endif %}
</header>
{% if entry.title %}
<h1>{{ entry.title }}</h1>