aboutsummaryrefslogtreecommitdiffstats
path: root/templates/post_teaser.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post_teaser.html')
-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>