Added 404 tutorial post.

This commit is contained in:
Panos Sakkos 2015-10-04 00:02:54 +02:00
parent 83d09c10b0
commit d1ccdb22e0

View 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>