feat: Add password protection for posts, improve markdown rendering for code and images, and introduce basic responsive styling.

This commit is contained in:
2026-03-03 19:13:28 +00:00
parent 347ac8af55
commit bfcf45343f
9 changed files with 153 additions and 20 deletions

1
Cargo.lock generated
View File

@@ -364,6 +364,7 @@ dependencies = [
"regex",
"serde",
"sqlx",
"time",
"tokio",
"tokio-util",
"tower-http",