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 1
1
{% extends "layout.html" %}
2
2
{% from "macros/breadcrumbs.html" import breadcrumbs %}
3
3
4
- {% block title %}Redirecting... {{ this.new_path }}{% endblock %}
4
+ {% block title %}Redirecting... {{ this.new_path|safe }}{% endblock %}
5
5
{% 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 }} "/>
8
8
< script >
9
- window . location . href = "{{ this.new_path }}"
9
+ window . location . href = "{{ this.new_path|safe }}"
10
10
</ script >
11
11
{% endblock %}
12
12
{% block preamble %}
13
13
< div class ="banner ">
14
14
< div class ="container ">
15
15
< h1 > Redirecting...</ h1 >
16
- < p > {{ this.new_path }}</ p >
16
+ < p > {{ this.new_path|safe }}</ p >
17
17
</ div >
18
18
</ div >
19
19
{% endblock %}
You can’t perform that action at this time.
0 commit comments