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.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/posts.go b/src/http/posts.go
index bb1c899..8cb8472 100644
--- a/src/http/posts.go
+++ b/src/http/posts.go
@@ -72,6 +72,9 @@ func (a *api) postToPostTplPayload(storedPost post.StoredPost) (postTplPayload,
BlogURL: func(path string) string {
return a.blogURL(path, false)
},
+ BlogHTTPURL: func(path string) string {
+ return a.blogURL(path, false)
+ },
AssetURL: func(id string) string {
return a.assetURL(id, false)
},