From 6f06ee897741030b1359ebd2904ee495c00be517 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 27 Jun 2024 03:02:52 +0400 Subject: [PATCH] Make a category filter a within a section of posts on a mindflow page. --- web/mindflow.templ | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/web/mindflow.templ b/web/mindflow.templ index 9033181..35b328c 100644 --- a/web/mindflow.templ +++ b/web/mindflow.templ @@ -10,15 +10,13 @@ import "git.arav.su/Arav/dwelling-home/pkg/util" templ Mindflow(posts []mindflow.Post, categories []mindflow.Category, r *http.Request) { @base("Mindflow", "Updates on my infrastructure, my very important opinions and thoughts.", "updates, thoughts, opinions, blog, diary", "/mindflow", mindflowHead()) {

Here I post updates on websites and infrastructure, my very important opinions and thoughts no one asked for. If you'd like to subscribe to this bullshittery then RSS feed at your service. :)

-
for _, post := range posts {
@@ -38,7 +36,7 @@ templ Mindflow(posts []mindflow.Post, categories []mindflow.Category, r *http.Re } else { } - +
}