From a981085260af2623bd4988e4b9c0052e2e3035eb Mon Sep 17 00:00:00 2001 From: r Date: Fri, 31 Jan 2020 03:38:49 +0000 Subject: Update user page - Use the same page to display status and user list - Add media only status list --- templates/following.tmpl | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 templates/following.tmpl (limited to 'templates/following.tmpl') diff --git a/templates/following.tmpl b/templates/following.tmpl deleted file mode 100644 index 50413d5..0000000 --- a/templates/following.tmpl +++ /dev/null @@ -1,14 +0,0 @@ -{{with .Data}} -{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}} -{{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}} -
Following
- -{{template "userlist.tmpl" (WithContext .Users $.Ctx)}} - - -{{template "footer.tmpl"}} -{{end}} -- cgit v1.2.3