]> jfr.im git - irc/anope/website.git/blame - news/index.html
Convert from XHTML strict to HTML.
[irc/anope/website.git] / news / index.html
CommitLineData
35a2cd8a 1---
089a5669
SP
2redirect_from:
3- /news.php/
4- /news_index.php/
35a2cd8a
SP
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>
3426edd5 13 <meta http-equiv="refresh" content="0; url={{ redirect }}">
35a2cd8a
SP
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>