Added 404 tutorial post.
This commit is contained in:
parent
83d09c10b0
commit
d1ccdb22e0
1 changed files with 17 additions and 0 deletions
17
_posts/2015-06-05-404-page.markup
Normal file
17
_posts/2015-06-05-404-page.markup
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: post
|
||||
section-type: post
|
||||
title: Modifying the 404 page
|
||||
category: tech
|
||||
tags: [ 'tutorial' ]
|
||||
---
|
||||
|
||||
You can change the text from the 404.html file and set the image from the _config.yml:
|
||||
|
||||
<pre style="text-align: left">
|
||||
############
|
||||
# 404 page #
|
||||
############
|
||||
|
||||
404-img: "/img/labtocat.png"
|
||||
</pre>
|
||||
Loading…
Add table
Add a link
Reference in a new issue