From 0ddf75bb57b30a28a5888d107b809b635462fab8 Mon Sep 17 00:00:00 2001 From: Diego Caro Date: Tue, 16 Jul 2013 22:06:26 -0400 Subject: [PATCH] Improving readability for users without CSS: adding a space between title and date. --- articles.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles.html b/articles.html index 84e47c6..41a85a3 100644 --- a/articles.html +++ b/articles.html @@ -7,6 +7,6 @@ description: "An archive of posts sorted by date." {% for post in site.posts %} {% endfor %} \ No newline at end of file diff --git a/index.html b/index.html index 4ed5c2b..cc3ce53 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ tags: [Jekyll, theme, themes, responsive, blog, minimalism] {% for post in site.posts limit:10 %} {% endfor %} \ No newline at end of file