Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /newsletter redirects #476

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _pages/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@
{% include community_row.html
title="Newsletter"
divId="newsletter"
content="The Crystal Newsletter regularly shares interesting news on the Crystal language and community. You can subscribe via mail, <a href='https://us6.campaign-archive.com/feed?u=68338ca88d5d6326c9a824317&id=6f80e8b0be'>RSS</a> or <a href='https://us6.campaign-archive.com/home/?u=68338ca88d5d6326c9a824317&id=6f80e8b0be'>read on the web</a>."
content="The Crystal Newsletter regularly shares interesting news on the Crystal language and community. You can subscribe via mail, <a href='/newsletter/feed'>RSS</a> or <a href='/newsletter/archive'>read on the web</a>."
link_text="Crystal Newsletter"
url="/#newsletter"
url="/newsletter"
internal_link=true
icon="mail_outline"
continues=true
Expand Down
3 changes: 3 additions & 0 deletions _pages/newsletter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
redirect_to: /#newsletter
---
3 changes: 3 additions & 0 deletions _pages/newsletter/archive.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
redirect_to: "https://us6.campaign-archive.com/home/?u=68338ca88d5d6326c9a824317&id=6f80e8b0be"
---
3 changes: 3 additions & 0 deletions _pages/newsletter/feed.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
redirect_to: "https://us6.campaign-archive.com/feed?u=68338ca88d5d6326c9a824317&id=6f80e8b0be"
---
Loading