Skip to content

Commit

Permalink
chore: update home page to link to new discourse
Browse files Browse the repository at this point in the history
See #384
  • Loading branch information
ForbesLindesay authored Oct 12, 2021
1 parent 7c71a1f commit 95a6f29
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions views/home.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ block content
h1 ECMAScript Discussion Archives
.row
.col-md-8.col-md-offset-2
p This site aims to provide an easily browsable, nicely formatted archive of all the email correspondence on the [email protected] mailing list.
p.
This site is an archive of the esdiscuss mailing list on which JavaScript syntax and features were discussed.
It is no longer active, but you may still find these archived discussions interesting. Discussion has now moved
to #[a(href='https://es.discourse.group') Discourse].
.row
.col-md-4.col-md-offset-2
a(href='/1').btn.btn-lg.btn-primary.btn-block
Expand All @@ -21,6 +24,6 @@ block content
|   View Notes
.row(style="margin-top: 30px;")
.col-md-8.col-md-offset-2
a(href='https://mail.mozilla.org/listinfo/es-discuss').btn.btn-lg.btn-primary.btn-block
a(href='https://es.discourse.group').btn.btn-lg.btn-primary.btn-block
i.icon-star
|   Subscribe
|   View New Dicussion Forum

0 comments on commit 95a6f29

Please sign in to comment.