Skip to content

Commit dc21766

Browse files
author
James Clark
committed
Add feedback redirect
1 parent 2597a21 commit dc21766

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>Redirecting to https://submissions.supercomputing.org/?page=Submit&id=WorkshopEvaluation&site=sc20</title>
4+
<meta http-equiv="refresh" content="0; URL=https://submissions.supercomputing.org/?page=Submit&id=WorkshopEvaluation&site=sc20">
5+
<link rel="canonical" href="https://submissions.supercomputing.org/?page=Submit&id=WorkshopEvaluation&site=sc20">

pelicanconf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
AUTHOR_FEED_RSS = None
120120

121121
STATIC_PATHS = ["CNAME", "static", "robots.txt"]
122+
ARTICLE_EXCLUDES = ["static"]
123+
EXTRA_PATH_METADATA = {
124+
'static/schedule2020/index.html': {'path': 'schedule2020/index.html'},
125+
'static/feedback2020/index.html': {'path': 'feedback2020/index.html'},
126+
}
122127

123128
DEFAULT_PAGINATION = 10
124129

0 commit comments

Comments
 (0)