diff options
Diffstat (limited to 'templates/post_teaser.html')
-rw-r--r-- | templates/post_teaser.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post_teaser.html b/templates/post_teaser.html index 19a30ec..751f4ea 100644 --- a/templates/post_teaser.html +++ b/templates/post_teaser.html @@ -2,10 +2,10 @@ <header> <h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1> <div class="post-actions"> - Edit | Publish | Delete + <a href="/posts/{{ .id }}/edit">Edit</a> | Publish | Delete </div> </header> <section class="teaser"> {{ .body }} </section> -</article>
\ No newline at end of file +</article> |