diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/_layouts/default.haml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index 10e9315e..4da11a13 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -37,7 +37,7 @@ google_analytics: true %script(src="/javascripts/twitter.js" type="text/javascript") - if page.respond_to? :google_analytics %script(src="http://www.google-analytics.com/ga.js" type="text/javascript") - %body + %body(id="#{(page.respond_to?(:body_id) ? page.body_id : nil)}") #header .page_width %a.title(href="/")=page.blog_title @@ -60,11 +60,13 @@ google_analytics: true .page_width #main - if page.respond_to? :date - %h2= page.title - = preserve rp(content) - %p.pubdate - Published: - =page.date.strftime("%d %b, %Y") + .blog + .article + %h2= page.title + = preserve rp(content) + %p.pubdate + Published: + =page.date.strftime("%d %b, %Y") - if page.respond_to? :disqus_short_name #disqus_thread :javascript |