diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-23 23:30:30 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-23 23:30:30 +0000 |
| commit | 9ce6c42b05b2e316d3aef11c51f114e3ef545fa8 (patch) | |
| tree | 08b2b415e20b7201e5d592bee167db1aba6167b0 /main.go | |
| parent | a766e0cf9f133c8e67ef07131b325b7a9cf2ffd4 (diff) | |
feat: add home page info
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, } |
