We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e469842 commit a1d8677Copy full SHA for a1d8677
content/releases/_index.md
@@ -0,0 +1,3 @@
1
++++
2
+render = false
3
content/releases/latest.md
+template = "latest.html"
templates/latest.html
@@ -0,0 +1,8 @@
+{% set section = get_section(path="_index.md") -%}
+{%- for page in section.pages | reverse -%}{% if page.extra is containing("release") -%}
+<!DOCTYPE html>
4
+<meta charset="utf-8">
5
+<title>Redirect</title>
6
+<meta http-equiv="refresh" content="0; url={{ page.path | safe }}">
7
+<p><a href="{{ page.path | safe }}">Click here</a> to be redirected to the latest Rust release annoucement.</p>
8
+{% break %}{% endif %}{% endfor -%}
0 commit comments