Skip to content

Commit 37c17ee

Browse files
committed
Add redirects for old paths
1 parent 0953f16 commit 37c17ee

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

content/hidden/participate-cfc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: Call for Papers
2+
template: redirect
3+
status: hidden
4+
slug: participate-cfp
5+
6+
https://satml.org/call-for-papers/

theme/templates/redirect.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html class="theme-light" lang="en">
3+
<head>
4+
<title>
5+
{% block title %}{{ SITENAME|striptags }} · {{ page.title|striptags }}{% endblock %}
6+
</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

Comments
 (0)