Skip to content

Commit 95a6f29

Browse files
chore: update home page to link to new discourse
See #384
1 parent 7c71a1f commit 95a6f29

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

views/home.pug

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ block content
99
h1 ECMAScript Discussion Archives
1010
.row
1111
.col-md-8.col-md-offset-2
12-
p This site aims to provide an easily browsable, nicely formatted archive of all the email correspondence on the [email protected] mailing list.
12+
p.
13+
This site is an archive of the esdiscuss mailing list on which JavaScript syntax and features were discussed.
14+
It is no longer active, but you may still find these archived discussions interesting. Discussion has now moved
15+
to #[a(href='https://es.discourse.group') Discourse].
1316
.row
1417
.col-md-4.col-md-offset-2
1518
a(href='/1').btn.btn-lg.btn-primary.btn-block
@@ -21,6 +24,6 @@ block content
2124
|   View Notes
2225
.row(style="margin-top: 30px;")
2326
.col-md-8.col-md-offset-2
24-
a(href='https://mail.mozilla.org/listinfo/es-discuss').btn.btn-lg.btn-primary.btn-block
27+
a(href='https://es.discourse.group').btn.btn-lg.btn-primary.btn-block
2528
i.icon-star
26-
|   Subscribe
29+
|   View New Dicussion Forum

0 commit comments

Comments
 (0)