From ec5c98461c39e613d84a2c7d7117bc0c99e6a924 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 30 Aug 2014 20:25:53 +0800 Subject: [PATCH] Latest post first + moz box sizing --- index.html | 2 +- styles/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index deac14e..e035bad 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ layout: page title: "hello" --- -{% assign post = site.posts.last %} +{% assign post = site.posts.first %}

Ready for puns by daniel?

Warninig! You may and want to us and daniel. If you are that kind of better keep away.

If you dare diff --git a/styles/main.css b/styles/main.css index 7f8911b..4d660d2 100644 --- a/styles/main.css +++ b/styles/main.css @@ -3,6 +3,7 @@ *, *:before, *:after { box-sizing: border-box; + -moz-box-sizing: border-box; } *:focus { outline: none;