]> jfr.im git - irc/anope/website.git/blob - news/index.html
188390b545b7d6330d7a55d495c217cba6d44ba7
[irc/anope/website.git] / news / index.html
1 ---
2 redirect_from:
3 - /news.php/
4 - /news_index.php/
5 ---
6 {% assign redirect = site.posts[0].date | date: "/news/%Y" %}
7 <!DOCTYPE html>
8 <html lang="en-US">
9 <meta charset="utf-8">
10 <title>Redirecting&hellip;</title>
11 <link rel="canonical" href="{{ redirect }}">
12 <script>location="{{ redirect }}"</script>
13 <meta http-equiv="refresh" content="0; url={{ redirect }}}">
14 <meta name="robots" content="noindex">
15 <h1>Redirecting&hellip;</h1>
16 <a href="{{ redirect }}">Click here if you are not redirected.</a>
17 </html>