summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-23 23:30:30 +0000
committerHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-23 23:30:30 +0000
commit9ce6c42b05b2e316d3aef11c51f114e3ef545fa8 (patch)
tree08b2b415e20b7201e5d592bee167db1aba6167b0 /main.go
parenta766e0cf9f133c8e67ef07131b325b7a9cf2ffd4 (diff)
feat: add home page info
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
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,
}