aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/templates/aggregator/post_content.html
diff options
context:
space:
mode:
Diffstat (limited to 'aggregator/templates/aggregator/post_content.html')
-rw-r--r--aggregator/templates/aggregator/post_content.html19
1 files changed, 6 insertions, 13 deletions
diff --git a/aggregator/templates/aggregator/post_content.html b/aggregator/templates/aggregator/post_content.html
index dc04741..46e642f 100644
--- a/aggregator/templates/aggregator/post_content.html
+++ b/aggregator/templates/aggregator/post_content.html
@@ -1,18 +1,11 @@
<article class="post">
<header>
- <hgroup>
- <h1>
- <a href="/post/{{ post.pk }}/">
- <img src="/static/images/logos/{{ post.icon }}" />
- </a>
- <a href="/post/{{ post.pk }}/">
- {{ post.title }}
- </a>
- </h1>
- <h2 class="postsubtitle">
- (<a href="{{ post.link }}">origin</a>)
- </h2>
- </hgroup>
+ <h1>
+ <a href="{{ post.link }}">
+ <img src="/static/images/logos/{{ post.icon }}" />
+ {{ post.title }}
+ </a>
+ </h1>
</header>
<div class="postcontent">