From a77f6e9d27f98bc36d0911ce58c109f4a18bd835 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 12 Jan 2018 12:43:03 +0100 Subject: Move post actions to partial. --- templates/show_post.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/show_post.html') diff --git a/templates/show_post.html b/templates/show_post.html index 5a7d806..31c2ca3 100644 --- a/templates/show_post.html +++ b/templates/show_post.html @@ -5,15 +5,15 @@
+ {{# post. }}
-

{{ post.title }}

-
- Edit | Publish | Delete -
+

{{ .title }}

+ {{> post_actions.html }}
- {{ post.body }} + {{ .body }}
+ {{/ post }}
-- cgit v1.2.3