summaryrefslogtreecommitdiff
path: root/src/http/posts.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/posts.go')
-rw-r--r--src/http/posts.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/http/posts.go b/src/http/posts.go
index 2c6f896..872ea89 100644
--- a/src/http/posts.go
+++ b/src/http/posts.go
@@ -271,7 +271,10 @@ func (a *api) getPostHandler() http.Handler {
return
}
- executeTemplate(rw, r, tpl, tplPayload)
+ executeTemplate(
+ rw, r, tpl, tplPayload,
+ executeTemplateWithTitlePrefix(storedPost.Title),
+ )
})
}