summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/admin/handlers.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 07cfb6d..c30e597 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -437,6 +437,8 @@ func adminPostListItem(p editor.Editable, t string) []byte {
<span class="post-detail">Updated: ` + updatedTime + `</span>
<span class="right">Updated: ` + publishTime + `</span>
</li>`
+
+ return []byte(post)
}
func editHandler(res http.ResponseWriter, req *http.Request) {