From 9487d9b697c5ae7c4653015820639d1c18a877ee Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 5 Feb 2010 03:54:54 +0200 Subject: [PATCH] restructured head/foot html for consistency between site and blog jekyll projects --- source/blog/_includes/_foot.html | 15 ++++++++++ source/blog/_includes/disqus_load.html | 14 --------- source/blog/_layouts/post-archive.html | 2 -- source/blog/_layouts/post-list.html | 2 -- source/blog/_layouts/post.html | 2 -- source/site/_includes/_foot.html | 2 ++ source/site/_includes/_head.html | 39 ++++++++++++++++++++++++++ source/site/_includes/ga.html | 13 --------- source/site/_includes/open_id.html | 5 ---- source/site/_layouts/default.html | 27 ++---------------- 10 files changed, 58 insertions(+), 63 deletions(-) delete mode 100644 source/blog/_includes/disqus_load.html create mode 100644 source/site/_includes/_foot.html create mode 100644 source/site/_includes/_head.html delete mode 100644 source/site/_includes/ga.html delete mode 100644 source/site/_includes/open_id.html diff --git a/source/blog/_includes/_foot.html b/source/blog/_includes/_foot.html index 308b1d0..b842afc 100644 --- a/source/blog/_includes/_foot.html +++ b/source/blog/_includes/_foot.html @@ -1,2 +1,17 @@ + + diff --git a/source/blog/_includes/disqus_load.html b/source/blog/_includes/disqus_load.html deleted file mode 100644 index 444a46a..0000000 --- a/source/blog/_includes/disqus_load.html +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/source/blog/_layouts/post-archive.html b/source/blog/_layouts/post-archive.html index 3671a73..954046a 100644 --- a/source/blog/_layouts/post-archive.html +++ b/source/blog/_layouts/post-archive.html @@ -19,6 +19,4 @@ -{% include disqus_load.html %} - {% include _foot.html %} diff --git a/source/blog/_layouts/post-list.html b/source/blog/_layouts/post-list.html index 34a26dc..4050e4d 100644 --- a/source/blog/_layouts/post-list.html +++ b/source/blog/_layouts/post-list.html @@ -33,6 +33,4 @@ -{% include disqus_load.html %} - {% include _foot.html %} \ No newline at end of file diff --git a/source/blog/_layouts/post.html b/source/blog/_layouts/post.html index 3d00cc1..2375ad3 100644 --- a/source/blog/_layouts/post.html +++ b/source/blog/_layouts/post.html @@ -37,6 +37,4 @@ -{% include disqus_load.html %} - {% include _foot.html %} diff --git a/source/site/_includes/_foot.html b/source/site/_includes/_foot.html new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/source/site/_includes/_foot.html @@ -0,0 +1,2 @@ + + diff --git a/source/site/_includes/_head.html b/source/site/_includes/_head.html new file mode 100644 index 0000000..020f1cc --- /dev/null +++ b/source/site/_includes/_head.html @@ -0,0 +1,39 @@ + + + + + + + {{ page.title }} + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/site/_includes/ga.html b/source/site/_includes/ga.html deleted file mode 100644 index 566ad98..0000000 --- a/source/site/_includes/ga.html +++ /dev/null @@ -1,13 +0,0 @@ - \ No newline at end of file diff --git a/source/site/_includes/open_id.html b/source/site/_includes/open_id.html deleted file mode 100644 index 38e24ca..0000000 --- a/source/site/_includes/open_id.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/source/site/_layouts/default.html b/source/site/_layouts/default.html index c5e0f1f..82c16d7 100644 --- a/source/site/_layouts/default.html +++ b/source/site/_layouts/default.html @@ -1,26 +1,4 @@ - - - - - - - {{ page.title }} - - - - - - - - -{% include open_id.html %} - - - - - -{% include ga.html %} +{% include _head.html %}
@@ -39,5 +17,4 @@
- - +{% include _foot.html %}