feat: simple tags
This commit is contained in:
@@ -4,6 +4,7 @@ author: kleπek
|
||||
draft: false
|
||||
thumbnail: ./thumbnail.jpg
|
||||
date: 2026-01-01
|
||||
tags: sample
|
||||
---
|
||||
|
||||
## Images
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user