Skip to content
This repository was archived by the owner on Jun 4, 2020. It is now read-only.

Commit 4700ba8

Browse files
committed
404 page copy and title tweaks
1 parent 4b587a9 commit 4700ba8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

404.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
title: Page not found!
2+
title: Page not found
33
permalink: /404.html
44
---
55

6-
# Page not found
6+
<h1 class="sr-only">Page not found</h1>
7+
8+
<p style="font-size: 2em;">Redirecting</p>
79

810
Oops: the lectures have been reorganized and we appear to have broken your link.
911

10-
<p class="loading">Redirecting you to the new address</p>
12+
<p class="loading">Redirecting you to the new URL</p>
1113

1214
<br>
1315

@@ -125,7 +127,7 @@ var redirectURL = redirects.get(request);
125127

126128
var timer = setTimeout( function() {
127129
if ( redirectURL === undefined ) {
128-
window.location = '/';
130+
//window.location = '/';
129131
} else {
130132
window.location = redirectURL;
131133
}

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude:
1919
- vendor/bundle
2020

2121
# Increment to force users' browser to download new assets
22-
build_version: 1.0
22+
build_version: 1.1
2323
stylesheet_version: 1.4
2424
javascript_version: 1.2
2525

0 commit comments

Comments
 (0)