feat: simple tags

This commit is contained in:
2026-08-06 16:37:54 +02:00
parent 4b02934a42
commit 029ced931d
12 changed files with 135 additions and 38 deletions
+1
View File
@@ -4,6 +4,7 @@ author: kleπek
draft: false
thumbnail: ./thumbnail.jpg
date: 2026-01-01
tags: sample
---
## Images
+1
View File
@@ -11,6 +11,7 @@
"back_link": "<i icon=undo-2></i> Back to home",
"published_on": "Published on",
"updated_on": "Updated on",
"tags": "Tags:",
"authored": "By",
"copyright": "<a style=\"text-decoration:none;color:inherit;\" target=_blank href=\"https://creativecommons.org/licenses/by-nc/4.0/\">CC BY-NC</a>",
"footer": "",
+9
View File
@@ -185,3 +185,12 @@ nav .nav-items {
.article-info {
font-style: italic;
}
.article-tag {
text-decoration: underline !important;
}
.article-active-tag {
text-decoration: underline !important;
font-weight: bold;
}