diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-07-12 00:24:47 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-07-12 00:24:47 -0400 |
| commit | 3f47f136de6a79adedbe16329586944c6a90ee65 (patch) | |
| tree | 02eaad2174ac1630c06f77194fda832afc80aaf1 /cmd/server/handlers.go | |
| parent | 1c6c1f1597b71f4d4f3a1722655b8864c0d33e6d (diff) | |
| download | go-website-3f47f136de6a79adedbe16329586944c6a90ee65.tar.gz go-website-3f47f136de6a79adedbe16329586944c6a90ee65.tar.xz | |
Patch up the xml. Produces a usable feed now.
Diffstat (limited to 'cmd/server/handlers.go')
| -rw-r--r-- | cmd/server/handlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/server/handlers.go b/cmd/server/handlers.go index 02fb712..a54e5ee 100644 --- a/cmd/server/handlers.go +++ b/cmd/server/handlers.go @@ -16,6 +16,7 @@ type App struct { Title string Description string // aka, "subtitle" Author Author + SiteURL string FeedId string Updated page.PageTime } |
