File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
noindex: 1
3
3
url: /vis/earthquakes/
4
- title: Page has moved
4
+ title: Real-Time World Map of Earthquakes
5
5
template: redirect.html
6
6
redirect: http://maps.ramiro.org/map/earthquakes/
7
- ---
8
- < span class ="huge "> This page has moved: < a href ="http://maps.ramiro.org/map/earthquakes/ "> Real-Time World Map of Earthquakes</ a > </ span >
7
+ ---
Original file line number Diff line number Diff line change 1
1
---
2
2
noindex: 1
3
3
url: /notebook/movie-body-counts/
4
- title: Page has moved
4
+ title: Exploring Movie Body Counts
5
5
template: redirect.html
6
6
redirect: http://ramiro.org/notebook/movie-body-counts/
7
- ---
8
- < span class ="huge "> This page has moved: < a href ="http://ramiro.org/notebook/movie-body-counts/ "> Exploring Movie Body Counts</ a > </ span >
7
+ ---
Original file line number Diff line number Diff line change 1
- {% extends "page .html" %}
1
+ {% extends "base .html" %}
2
2
3
3
{% block meta %}
4
4
< meta http-equiv ="refresh " content ="10; url={{ redirect }} ">
5
5
{% endblock %}
6
+
7
+ {% block content %}
8
+ < div class ="container-fluid ">
9
+ < div class ="row ">
10
+ < div class ="col-md-12 ">
11
+ < h1 > This page has moved</ h1 >
12
+ < span class ="huge "> Go to: < a href ="{{ redirect }} "> {{ title }}</ a > </ span >
13
+ </ div >
14
+ </ div >
15
+ </ div >
16
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments