feat: integrate structured link data into rant content rendering pipeline

This commit is contained in:
2025-12-12 17:45:39 +00:00
parent 29efd2b13a
commit d36937f743
6 changed files with 150 additions and 18 deletions
+5
View File
@@ -24,6 +24,11 @@ rant-content {
.content-text a {
color: var(--color-link);
text-decoration: none;
}
.content-text a:hover {
text-decoration: underline;
}
.content-text code {