early admin edit blog page

This commit is contained in:
ari melody 2025-11-07 02:35:51 +00:00
parent 65366032fd
commit 82fd17c836
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 297 additions and 15 deletions

View file

@ -21,7 +21,7 @@ type (
Markdown string `db:"markdown"`
HTML template.HTML `db:"html"`
BlueskyActorID *string `db:"bluesky_actor"`
BlueskyPostID *string `db:"bluesky_post"`
BlueskyPostID *string `db:"bluesky_post"`
}
)