fix: cover as public-path string (Sveltia uploads) + render cover in article

This commit is contained in:
ctao
2026-07-24 20:34:22 +02:00
parent ed45ff6d54
commit 228ad5b60b
3 changed files with 13 additions and 10 deletions
+1
View File
@@ -135,6 +135,7 @@ img { max-width: 100%; height: auto; display: block; }
line-height: 1.15; letter-spacing: -0.02em;
}
.article .meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 28px; }
.article .cover { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 28px; }
.prose h2 { margin: 34px 0 10px; font-size: 1.45rem; letter-spacing: -0.01em; }
.prose h3 { margin: 26px 0 8px; font-size: 1.15rem; }
.prose p { margin: 0 0 16px; }