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 0953f16 commit 37c17eeCopy full SHA for 37c17ee
content/hidden/participate-cfc.md
@@ -0,0 +1,6 @@
1
+title: Call for Competitions
2
+template: redirect
3
+status: hidden
4
+slug: participate-cfc
5
+
6
+https://satml.org/call-for-competitions/
content/hidden/participate-cfp.md
+title: Call for Papers
+slug: participate-cfp
+https://satml.org/call-for-papers/
theme/templates/redirect.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html class="theme-light" lang="en">
+ <head>
+ <title>
+ {% block title %}{{ SITENAME|striptags }} · {{ page.title|striptags }}{% endblock %}
+ </title>
7
+ <meta charset="utf-8" />
8
+ <meta http-equiv="refresh" content="0; url={{page.content|striptags}}" />
9
+ </head>
10
+ <body>
11
+ </body>
12
+</html>
0 commit comments