From 15cc1e7b64b479ea483f6d690ea2017c03db740f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 4 Jan 2014 19:53:27 -0800 Subject: Update font and add logo --- _layouts/post.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 47e12a4..f11a80f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,28 +1,32 @@ --- layout: default --- + +

{{ page.title }}

-{% if page.previous.url %} +{% if page.previous.url %}

«


-{% endif %} -{% if page.next.url %} -

»

-{% endif %} +{% endif %} +{% if page.next.url %} +

»

+{% endif %}
{{ content }}

- {% if page.previous.url %} + {% if page.previous.url %} « {{page.previous.title}} | {% endif %} {{ page.date | date_to_string }} - {% if page.next.url %} - | {{page.next.title}} » - {% endif %} + {% if page.next.url %} + | {{page.next.title}} » + {% endif %}

-- cgit v1.2.3