aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/site/main.go2
-rw-r--r--templates/contact.html2
2 files changed, 2 insertions, 2 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) {
diff --git a/templates/contact.html b/templates/contact.html
index 002cc59..e010aba 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -29,7 +29,7 @@
<p><a href="https://t.me/miamorecadenza">@miamorecadenza</a></p>
<h4>Discord</h4>
- <p><code>Cadey~#1337</code></p>
+ <p><code>Within~#1337</code></p>
</div>
</div>
{{ end }}