aboutsummaryrefslogtreecommitdiff
path: root/cmd/server/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/server/handlers.go')
-rw-r--r--cmd/server/handlers.go1
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
}