From 9ce6c42b05b2e316d3aef11c51f114e3ef545fa8 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Mon, 23 Mar 2026 23:30:30 +0000 Subject: feat: add home page info --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 086655b..ef90476 100644 --- a/main.go +++ b/main.go @@ -247,8 +247,8 @@ func renderHomePage(summaries []PostSummary, outputDir string) { data := HomePage{ SiteTitle: "himanshu.co", AuthorName: "Himanshu Sardana", - AuthorRole: "", - AuthorBio: "", + AuthorRole: "Student", + AuthorBio: "20 y/o linux enthusiast & software engineer", Year: time.Now().Year(), Posts: summaries, } -- cgit v1.3.1