diff options
| author | Christine Dodrill <me@christine.website> | 2020-01-10 00:01:21 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-01-10 00:01:21 +0000 |
| commit | b484f8e50e398753afc58477151892d261079761 (patch) | |
| tree | ebaab7ef2adf70a37c86b8e8c8ac560da4621007 /cmd | |
| parent | c8557da8ef4cc3c178a2ca1d222654cec08a370f (diff) | |
| download | xesite-b484f8e50e398753afc58477151892d261079761.tar.xz xesite-b484f8e50e398753afc58477151892d261079761.zip | |
gallery: Cadey Alicia Ratio
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 6c79831..635c313 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(2020, time.January, 2, 0, 0, 0, 0, time.UTC) +var arbDate = time.Date(2020, time.January, 9, 0, 0, 0, 0, time.UTC) // Build creates a new Site instance or fails. func Build() (*Site, error) { |
