From 1dbb39ebfc64a2a22e2016208195a0b0b316a82b Mon Sep 17 00:00:00 2001 From: "mr.V" Date: Sun, 19 Mar 2017 15:26:24 +0700 Subject: [PATCH] added html five doctype (#183) --- _layouts/default.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/default.html b/_layouts/default.html index 1b840d2..1e96e84 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,3 +1,4 @@ + {% include base.html %}