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 | |
| parent | f15443eeb7a3dc28dd75e9f529a6af6d0c7e2f1d (diff) | |
| download | xesite-e115758d8942e3011a34ef14698e96639cbdd80a.tar.xz xesite-e115758d8942e3011a34ef14698e96639cbdd80a.zip | |
templates/contact: update discord name
| -rw-r--r-- | cmd/site/main.go | 2 | ||||
| -rw-r--r-- | templates/contact.html | 2 |
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 }} |
