From a8b1411ea2fcb7bf471b18d01bc38cab53b403ac Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 18 Oct 2016 15:45:48 -0700 Subject: adding ASC/DESC toggle for post order display --- system/admin/handlers.go | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) (limited to 'system/admin') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index edf351d..5ac1df2 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -306,7 +306,52 @@ func postsHandler(res http.ResponseWriter, req *http.Request) { html := `
-
` + t + ` Items
+
+
+
` + t + ` Items
+
+ + +
+ +
+
search -- cgit v1.2.3