Added basic tag filters, removed tag filter section temporarily

Update app.py, content.json, and 9 more files...
This commit is contained in:
2025-09-09 00:09:42 +02:00
parent 3e29592b48
commit 54786b6599
11 changed files with 93 additions and 11 deletions

View File

@@ -28,4 +28,4 @@ tools:
title_key: "meta.title"
subtitle_key: "article.subtitle"
tags:
- "undefined"
- "graphics"

View File

@@ -24,7 +24,7 @@ metadata:
title_key: "meta.title"
subtitle_key: "article.subtitle"
tags:
- "undefined"
- "graphics"
resources:
scripts:
- "svg-to-png.mjs"

View File

@@ -27,4 +27,5 @@ tools:
title_key: "meta.title"
subtitle_key: "article.subtitle"
tags:
- "undefined"
- "graphics"
- "analyser"