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