From 11c51b057c0a488c2bd3c5134a75daa3aa2c4ce2 Mon Sep 17 00:00:00 2001 From: Nick Coad Date: Wed, 4 Dec 2024 19:21:09 +1100 Subject: [PATCH] feat: group tags by category on post view (#3) --- Makefile | 8 +++++++- client/html/post_readonly_sidebar.tpl | 28 ++++++++++++++++++++++----- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index b6604ad2..c70d7c3e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,13 @@ dc-up: dc-down: docker compose down --volumes -dc-reset: +dc-restart: make dc-down make dc-up +dc-build: + docker compose build + +dc-rebuild: + make dc-build + make dc-restart \ No newline at end of file diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 6dee5560..1cf58b7e 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -1,5 +1,6 @@

<%= ctx.post.title %>

+

<%= ctx.post.description %>

@@ -84,11 +85,28 @@ <% } %> -