diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post_teaser.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/post_teaser.html b/templates/post_teaser.html index 5198400..19a30ec 100644 --- a/templates/post_teaser.html +++ b/templates/post_teaser.html @@ -1,6 +1,9 @@ <article class="post-teaser"> <header> - <h1>{{ .title }}</h1> + <h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1> + <div class="post-actions"> + Edit | Publish | Delete + </div> </header> <section class="teaser"> {{ .body }} |