From 45b8e11ddbc03dc235394d29fc943904c4c9e014 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 12 Feb 2010 20:09:22 +0200 Subject: [PATCH] made markup a slightly more sane --- source/blog/_includes/sidebar.html | 2 +- source/blog/_layouts/post.html | 5 ++++- source/blog/index.html | 5 ++++- source/site/stylesheets/master.css | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/source/blog/_includes/sidebar.html b/source/blog/_includes/sidebar.html index a03fbd7..575a209 100644 --- a/source/blog/_includes/sidebar.html +++ b/source/blog/_includes/sidebar.html @@ -35,7 +35,7 @@
-
Recent Articles
+

Recent Articles

{% for post in site.posts limit:8 %}
{{ post.date | date: "%d %b" }}
diff --git a/source/blog/_layouts/post.html b/source/blog/_layouts/post.html index 75e1be3..c614749 100644 --- a/source/blog/_layouts/post.html +++ b/source/blog/_layouts/post.html @@ -19,7 +19,10 @@

{{ page.date | date: "%d%b" }}

-

{{ page.title }}by Jim Myhrberg

+

+ {{ page.title }} + by Jim Myhrberg +

{{ content }} diff --git a/source/blog/index.html b/source/blog/index.html index 9a3297e..db58c29 100644 --- a/source/blog/index.html +++ b/source/blog/index.html @@ -9,7 +9,10 @@ title: jimeh / blog

{{ post.date | date: "%d%b" }}

-

{{ post.title }}by Jim Myhrberg

+

+ {{ post.title }} + by Jim Myhrberg +

{{ post.content }} diff --git a/source/site/stylesheets/master.css b/source/site/stylesheets/master.css index 101e203..e193a4f 100644 --- a/source/site/stylesheets/master.css +++ b/source/site/stylesheets/master.css @@ -689,7 +689,8 @@ blockquote { .recent-articles { font-size: 13px; } - .recent-articles h5 { + .recent-articles h2 { + font-size: 17px; margin-bottom: 3px; margin-left: 25px; }