Add collection handlers, routes, feeds, sitemaps

This commit is contained in:
Matt Baer
2018-11-08 01:19:03 -05:00
parent af872127c6
commit ebeacff43c
10 changed files with 1502 additions and 34 deletions

View File

@@ -13,6 +13,8 @@ const (
sessionLength = 180 * day
cookieName = "wfu"
cookieUserVal = "u"
blogPassCookieName = "ub"
)
// initSession creates the cookie store. It depends on the keychain already