fix: Simplified logging.

This commit is contained in:
Spencer Brower
2026-07-22 15:22:23 -04:00
parent c648b600c7
commit b2ff7038cb
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ render_site :: proc(site: ^Site) {
if !has_home {
total += 1
}
fmt.printfln("Rendered %d pages to %s", total, site.output_dir)
log.infof("Rendered %d pages to %s", total, site.output_dir)
}
render_page_html :: proc(