1
0
Fork 0

Latest post first + moz box sizing

master
Ambrose Chua 2014-08-30 20:25:53 +08:00
parent a6cd78ae6a
commit ec5c98461c
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
layout: page
title: "hello"
---
{% assign post = site.posts.last %}
{% assign post = site.posts.first %}
<h1>Ready for puns by daniel? </h1>
<p><strong>Warninig! </strong>You may <i class="icon-angry"></i> <i class="icon-fire"></i> <i class="icon-lightning"></i> and want to <i class="icon-knife"></i> us <i class="icon-group"></i> and daniel. If you are that kind of <i class="icon-user"></i> better <i class="icon-eye-blocked"></i> keep away. </p>
<a href="{{ post.url }}" class="btn" style="margin: 0.5em 0;"><i class="icon-grin"></i><span>If you dare</span><!-- <i class="icon-arrow-right"></i> --></a>

View File

@ -3,6 +3,7 @@
*, *:before, *:after {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
*:focus {
outline: none;