aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-20 14:05:30 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-20 14:05:30 +0100
commit5911221d9fca1c1cfb4c9a31ad159d39461e9b7f (patch)
treeef9c07d156edeb6b37bfc777a54cd432cd9dadb3
parent0096ed535d58552a3882e6b6672d5944abf40b81 (diff)
downloadrocket-blog-5911221d9fca1c1cfb4c9a31ad159d39461e9b7f.tar.gz
rocket-blog-5911221d9fca1c1cfb4c9a31ad159d39461e9b7f.tar.bz2
rocket-blog-5911221d9fca1c1cfb4c9a31ad159d39461e9b7f.zip
Remove obsolete post_teaser partial template.
-rw-r--r--templates/post_teaser.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/post_teaser.html b/templates/post_teaser.html
deleted file mode 100644
index 4d412ba..0000000
--- a/templates/post_teaser.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<article class="post-teaser">
- <header>
- <h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1>
- {{> post_actions.html }}
- </header>
- <section class="teaser">
- {{ .body }}
- </section>
-</article>