Skip to content

Commit 1d3b3e2

Browse files
committed
try adding permalink to 404 page
1 parent abc9e97 commit 1d3b3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

404.html

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

67
<div class="text-center">
@@ -9,4 +10,4 @@ <h1>Move along. (404 error)</h1>
910
<br/>
1011

1112
<img src="{{ site.baseurl }}/img/404-southpark.jpg" />
12-
</div>
13+
</div>

0 commit comments

Comments
 (0)