Styled the post list and added updating of posts

This commit is contained in:
Leon Mika 2026-02-22 10:09:34 +11:00
parent e77cac2fd5
commit aef3bb6a1e
31 changed files with 1230 additions and 118 deletions

View file

@ -41,6 +41,10 @@ func (p *Publisher) Publish(ctx context.Context, site models.Site) error {
}
for _, target := range targets {
if !target.Enabled {
continue
}
pubSite := pubmodel.Site{
Site: site,
Posts: posts,