File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11+++
2- template = " page .html"
2+ template = " redirect .html"
33title = " Register"
44[extra ]
55navbar = " page"
6+ url = " https://registration.minnehack.io/"
67+++
7-
8- MinneHack registration is closed at this time. Check again in a few months!
Original file line number Diff line number Diff line change 1+ {% extends "page.html" %}
2+
3+ {% block meta %}
4+ < meta property ="og:type " content ="website ">
5+ < meta property ="og:title " content ="{{ full_title }} ">
6+ < meta property ="og:image " content ="/images/logo.png ">
7+ < meta property ="og:url " content ="{{ current_url }} ">
8+ <!-- the magic -->
9+ < meta http-equiv ="refresh " content ="1; url={{ page.extra.url }} ">
10+ {% endblock meta %}
11+
12+ {% block content %}
13+ < div class ="container ">
14+ < p > < a href ="{{ page.extra.url }} "> Click here</ a > if you are not redirected automatically.</ p >
15+ </ div >
16+ {% endblock %}
You can’t perform that action at this time.
0 commit comments