From d4991b1136e6e9e8a14cd497148f381b8436454a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 7 Jul 2015 01:59:38 -0700 Subject: Update layout. Fix layout for static pages, update the about page, add some gists, etc. --- articles/index.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'articles') diff --git a/articles/index.html b/articles/index.html index 5a7a0d7..d990a83 100644 --- a/articles/index.html +++ b/articles/index.html @@ -1,10 +1,8 @@ --- layout: static -title: Articles +title: Archives --- -

lumberjaph.net

- {% for post in site.posts reverse %} {% capture date %}{{ post.date }}{% endcapture %} @@ -19,10 +17,7 @@ title: Articles {% endunless %}
-

{{post.title}}

-
- // {{ date | date: "%b %e " }}{{ post.summary }} -
+ {{post.title}}
{% endfor %} -- cgit v1.2.3