diff options
| author | Christine Dodrill <me@christine.website> | 2019-05-22 19:58:09 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-05-22 19:58:09 -0400 |
| commit | e115758d8942e3011a34ef14698e96639cbdd80a (patch) | |
| tree | ef8453ffe4e3a8f3bc8b3dda5f2cca301b00e9bb /cmd | |
| parent | f15443eeb7a3dc28dd75e9f529a6af6d0c7e2f1d (diff) | |
| download | xesite-e115758d8942e3011a34ef14698e96639cbdd80a.tar.xz xesite-e115758d8942e3011a34ef14698e96639cbdd80a.zip | |
templates/contact: update discord name
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/site/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/site/main.go b/cmd/site/main.go index 055320e..92f636d 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -75,7 +75,7 @@ func (s *Site) ServeHTTP(w http.ResponseWriter, r *http.Request) { middleware.RequestID(s.xffmw.Handler(ex.HTTPLog(s.mux))).ServeHTTP(w, r) } -var arbDate = time.Date(2019, time.March, 21, 18, 0, 0, 0, time.UTC) +var arbDate = time.Date(2019, time.May, 20, 18, 0, 0, 0, time.UTC) // Build creates a new Site instance or fails. func Build() (*Site, error) { |
