aboutsummaryrefslogtreecommitdiffstats
path: root/templates/aggregator/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/aggregator/posts.html')
-rw-r--r--templates/aggregator/posts.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/aggregator/posts.html b/templates/aggregator/posts.html
index 32f1ed7..94b9626 100644
--- a/templates/aggregator/posts.html
+++ b/templates/aggregator/posts.html
@@ -23,6 +23,12 @@
{{ post.body }}
{% endif %}
{% endautoescape %}
+ <div>
+ Through:
+ <a href="{{ post.feed.get_profile_url }}">
+ {{ post.feed.name|lower }}
+ </a>
+ </div>
</p>
{% endfor %}