File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ _ model: redirect
2+ ---
3+ target: https://docs.google.com/forms/d/e/1FAIpQLSe__wQ4moQKQGb6jbwMqAJ-XceGBlVqTO4TVxj0IuEkuNWzPQ/viewform
Original file line number Diff line number Diff line change 1+ [model]
2+ name = Redirect
3+ label = {{ this.target }}
4+
5+ [fields.target]
6+ label = Redirect Target URL
7+ type = url
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ <h3 id="logo"><img src="{{ '/static/images/madpy-logo.svg'|url }}" alt="MadPy lo
5454 < li > < a target ="_blank " rel ="me " href ="https://fosstodon.org/@madpy "> Mastodon</ a >
5555 < li > < a target ="_blank " href ="https://github.com/madison-python "> GitHub</ a >
5656 < li > < a target ="_blank " href ="https://www.meetup.com/MadPython/ "> Meetup.com</ a >
57+ < li > < a target ="_blank " href ="https://docs.google.com/forms/d/e/1FAIpQLSe__wQ4moQKQGb6jbwMqAJ-XceGBlVqTO4TVxj0IuEkuNWzPQ/viewform "> Survey</ a > </ li >
5758 </ ul >
5859 </ nav >
5960
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < meta charset ="utf-8 ">
3+ < meta http-equiv ="refresh " content ="0; url={{ this.target }} ">
4+ < title > Redirecting…</ title >
5+ < a href ="{{ this.target }} "> Click here if not redirected.</ a >
You can’t perform that action at this time.
0 commit comments