diff options
| author | Christine Dodrill <me@christine.website> | 2020-01-04 14:51:20 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-01-04 14:51:20 +0000 |
| commit | c8557da8ef4cc3c178a2ca1d222654cec08a370f (patch) | |
| tree | aedc61aa17af535f2dc8dca1f9cb75725878048a | |
| parent | 5c8b169b1a3dd1e9bf109f54d083553afc610bad (diff) | |
| download | xesite-c8557da8ef4cc3c178a2ca1d222654cec08a370f.tar.xz xesite-c8557da8ef4cc3c178a2ca1d222654cec08a370f.zip | |
bump arbdate
| -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 085fbe7..6c79831 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -84,7 +84,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.November, 2, 0, 0, 0, 0, time.UTC) +var arbDate = time.Date(2020, time.January, 2, 0, 0, 0, 0, time.UTC) // Build creates a new Site instance or fails. func Build() (*Site, error) { |
