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

View File

@@ -24,3 +24,4 @@ tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
uuid = { version = "1.21.0", features = ["v4"] }
regex = "1.11.1"
time = { version = "0.3.47", features = ["macros"] }