From bbd7104006bacaf0185a88792000625397a9652f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 28 Jan 2010 20:21:04 +0200 Subject: [PATCH] small refinements --- source/_config.yml | 1 + source/_includes/ga.html | 13 +++++++++++++ source/_layouts/default.html | 16 ++++++++++++---- source/_layouts/post-list.html | 2 +- source/_layouts/post.html | 2 +- source/index.html | 4 ++-- source/stylesheets/master.css | 24 ++++++++++++++++++++---- 7 files changed, 50 insertions(+), 12 deletions(-) create mode 100644 source/_includes/ga.html diff --git a/source/_config.yml b/source/_config.yml index 4e88ac1..75b6883 100644 --- a/source/_config.yml +++ b/source/_config.yml @@ -2,4 +2,5 @@ auto: false destination: ../public markdown: rdiscount pygments: true +lsi: false permalink: /blog/:year/:month/:day/:title diff --git a/source/_includes/ga.html b/source/_includes/ga.html new file mode 100644 index 0000000..566ad98 --- /dev/null +++ b/source/_includes/ga.html @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 21f264a..3399a41 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -11,15 +11,23 @@ + + + + + + -
+{% include ga.html %} +
+ diff --git a/source/_layouts/post-list.html b/source/_layouts/post-list.html index 3f368d2..01b9b2b 100644 --- a/source/_layouts/post-list.html +++ b/source/_layouts/post-list.html @@ -19,7 +19,7 @@