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.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/post_teaser.html b/templates/post_teaser.html
index 482cf73..4d412ba 100644
--- a/templates/post_teaser.html
+++ b/templates/post_teaser.html
@@ -1,11 +1,7 @@
<article class="post-teaser">
<header>
<h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1>
- <div class="post-actions">
- <a href="/posts/{{ .id }}/edit">Edit</a> |
- Publish |
- <a href="/posts/{{ .id }}/delete">Delete</a>
- </div>
+ {{> post_actions.html }}
</header>
<section class="teaser">
{{ .body }}