From b42718f7d9aac88a3048c616193f81deff49e401 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:19:52 -0700 Subject: First attempt with the new theme. --- _layouts/page.html | 38 +++++++++++++++++++++++++++++++++++ _layouts/post.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 _layouts/page.html (limited to '_layouts') diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..2ac2b93 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,38 @@ + + + + + + +{% include head.html %} + + + + +{% include browser-upgrade.html %} +{% include navigation.html %} + +
+
+ {% if page.image.feature %}{{ page.title }}{% endif %} +
+
+

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}

{% endif %} +
+
+ {{ content }} +
+
+
+
+ + + +{% include scripts.html %} + + + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 25c2ace..6bf4aca 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,56 @@ ---- -layout: default ---- + + + + + + +{% include head.html %} + -

{{ page.title }}

+ -
{{ content }}
+{% include browser-upgrade.html %} +{% include navigation.html %} + +
+
+ {% if page.image.feature %}{{ page.title }}{% endif %} +
+
+ +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+
+
+ {{ site.owner.name }} photo + + + {% if page.modified %}{% endif %} + {% if site.disqus_shortname and page.comments %} Comment{% endif %} + Permalink +
+
+ {{ content }} + {% if site.disqus_shortname and page.comments %}
{% endif %} +
+
+ +
+
+ + + +{% include scripts.html %} + + + -- cgit v1.2.3