feat: Demoted author to a param.

This commit is contained in:
Spencer Brower
2026-07-21 10:22:30 -04:00
parent bed7effd4b
commit cc42e694fd
6 changed files with 17 additions and 17 deletions
-2
View File
@@ -21,7 +21,6 @@ Page_Context :: struct {
Base_Data :: struct {
now: datetime.DateTime,
author: string,
params: json.Value,
body: string,
title: string,
@@ -149,7 +148,6 @@ render_site :: proc(site: ^Site) {
// Build base data once
base := Base_Data {
now = now,
author = site.author,
params = site.params,
description = site.description,
og = site.og,