From 630c821895d4825404dc742f110471231eac3c65 Mon Sep 17 00:00:00 2001 From: Gandara Fajar Umbara Date: Wed, 14 Oct 2015 17:03:53 +0700 Subject: [PATCH] Add some ehemm --- 404.md | 6 ++++++ index.html | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 404.md diff --git a/404.md b/404.md new file mode 100644 index 00000000..8920a6e7 --- /dev/null +++ b/404.md @@ -0,0 +1,6 @@ +--- +title: 404 Not Found +permalink: /404.html +--- + +Sorry, but the page you were trying to view does not exist. diff --git a/index.html b/index.html index 773db06c..cb536b5f 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,9 @@

+{% if site.posts.size == 0 %} +

No post found

+{% else %} {% for post in site.posts %}

@@ -22,4 +25,5 @@

{% endfor %} +{% endif %}