mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
half mentors updated, few requires images and description
This commit is contained in:
38
404.html
38
404.html
@@ -1,19 +1,19 @@
|
||||
---
|
||||
layout: default
|
||||
title: 404 - Page not found
|
||||
---
|
||||
|
||||
<div class="page">
|
||||
<h1>Vabandame, lehekülge ei leitud.</h1>
|
||||
<h1>(Viga 404)</h1>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// on 2016-02-01 GitHub Pages upgraded to Jekyll3, which broke all blog posts with trailing slashes
|
||||
// and there are tons of links out there on the web to posts with a trailing slash, so can't ignore it
|
||||
// Fix borrowed from https://github.com/daattali/daattali.github.io/blob/master/404.html#L14-L21
|
||||
var url = location.href;
|
||||
if(url.substr(url.length - 1) === '/') {
|
||||
window.location = url.substr(0, url.length - 1);
|
||||
}
|
||||
</script>
|
||||
---
|
||||
layout: default
|
||||
title: 404 - Page not found
|
||||
---
|
||||
|
||||
<div class="page">
|
||||
<h1>Vabandame, lehekülge ei leitud.</h1>
|
||||
<h1>(Viga 404)</h1>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// on 2016-02-01 GitHub Pages upgraded to Jekyll3, which broke all blog posts with trailing slashes
|
||||
// and there are tons of links out there on the web to posts with a trailing slash, so can't ignore it
|
||||
// Fix borrowed from https://github.com/daattali/daattali.github.io/blob/master/404.html#L14-L21
|
||||
var url = location.href;
|
||||
if(url.substr(url.length - 1) === '/') {
|
||||
window.location = url.substr(0, url.length - 1);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user