Skip to content

Commit ca5653c

Browse files
committed
port 404 and hardcode sitename
1 parent 5d429fc commit ca5653c

File tree

4 files changed

+17
-32
lines changed

4 files changed

+17
-32
lines changed

src/documents/404.html.eco 11ty-source/404.liquid

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Page not found"
33
layout: 404-layout
4+
permalink: 404.html
45
---
56

67
<div class="container">
@@ -9,7 +10,7 @@ layout: 404-layout
910
<h2>Strange, we are unable to find the page you have requested.</h2>
1011

1112
<p>It might have been removed, lost or never existed.
12-
You could try and find it using <a href="https://google.com/search?q=site%3A<%= @site.url %> ">search</a>
13+
You could try and find it using <a href="https://google.com/search?q=site%3Ahaxeflixel.com">search</a>
1314

1415
<p>Otherwise ask on our <a href="https://github.com/HaxeFlixel/flixel/discussions">forums</a></p>
1516

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div class="col-md-2"></div>
6+
7+
<div class="col-md-8">
8+
9+
<h1 class="title">{{ title }}</h1>
10+
11+
{{ content }}
12+
13+
</div>
14+
15+
<div class="col-md-2"></div></div>

src/flixel-docs

-1
This file was deleted.

src/layouts/404-layout.html.eco

-30
This file was deleted.

0 commit comments

Comments
 (0)