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.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/aggregator/templates/aggregator/post_content.html b/aggregator/templates/aggregator/post_content.html
deleted file mode 100644
index 46e642f..0000000
--- a/aggregator/templates/aggregator/post_content.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<article class="post">
- <header>
- <h1>
- <a href="{{ post.link }}">
- <img src="/static/images/logos/{{ post.icon }}" />
- {{ post.title }}
- </a>
- </h1>
- </header>
-
- <div class="postcontent">
- {% autoescape off %}
- {{ post.content }}
- {% endautoescape %}
- </div>
-</article>