File tree Expand file tree Collapse file tree 7 files changed +29
-5
lines changed
Expand file tree Collapse file tree 7 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1+ _ model: redirect
2+ ---
3+ new_path: https://gist.github.com/freakboy3742/d3528ac8262b230480a60c0a3161f144
Original file line number Diff line number Diff line change 1+ _ model: redirect
2+ ---
3+ new_path: https://gist.github.com/freakboy3742/64f58383864f885f535c9d0042d9f0a9
Original file line number Diff line number Diff line change 1+ _ model: page
2+ ---
3+ title: Tutorial Shortlinks
4+ ---
5+ hide_from_index: no
6+ ---
7+ _ discoverable: no
8+ ---
9+ _ hidden: no
Original file line number Diff line number Diff line change 1+ _ model: redirect
2+ ---
3+ new_path: https://docs.beeware.org/en/latest/_downloads/a8f92cddc5b6e0f777b9d9b223d31cce/icons.zip
Original file line number Diff line number Diff line change 1+ _ model: redirect
2+ ---
3+ new_path: https://gist.github.com/freakboy3742/2e3a524bf6f1cd4486bb9e7fa2a2d3fb
Original file line number Diff line number Diff line change 1+ _ model: redirect
2+ ---
3+ new_path: https://www.dropbox.com/scl/fi/h6zngysnbibk3ly4e0qz9/Build-a-cross-platform-GUI-app-with-BeeWare.pdf?rlkey=knjrqcv5e6wxzv9335va0j5qu&st=t1t4ppji&dl=0
Original file line number Diff line number Diff line change 11{% extends "layout.html" %}
22{% from "macros/breadcrumbs.html" import breadcrumbs %}
33
4- {% block title %}Redirecting... {{ this.new_path }}{% endblock %}
4+ {% block title %}Redirecting... {{ this.new_path|safe }}{% endblock %}
55{% block extra_head %}
6- < meta http-equiv ="refresh " content ="0;URL='{{ this.new_path }} " />
7- < link rel ="canonical " href ="{{ this.new_path }} "/>
6+ < meta http-equiv ="refresh " content ="0;URL='{{ this.new_path|safe }} " />
7+ < link rel ="canonical " href ="{{ this.new_path|safe }} "/>
88< script >
9- window . location . href = "{{ this.new_path }}"
9+ window . location . href = "{{ this.new_path|safe }}"
1010</ script >
1111{% endblock %}
1212{% block preamble %}
1313< div class ="banner ">
1414 < div class ="container ">
1515 < h1 > Redirecting...</ h1 >
16- < p > {{ this.new_path }}</ p >
16+ < p > {{ this.new_path|safe }}</ p >
1717 </ div >
1818</ div >
1919{% endblock %}
You can’t perform that action at this time.
0 commit comments