.themes/classic/source/_layouts/default.html
39d56bc9
 {% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
aa230616
 {% include head.html %}
64b23d9f
 <body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %}>
aa230616
   <header>{% include header.html %}</header>
b4584bd0
   <nav role=navigation>{% include navigation.html %}</nav>
5d1d04c5
   <div id="main">
     <div id="content">
3d2d1a8b
       {{ content | expand_urls: root_url }}
aa230616
     </div>
   </div>
   <footer>{% include footer.html %}</footer>
2a30d9a1
   {% include disqus.html %}
8de095bf
   {% include google_analytics.html %}
   {% include google_plus_one.html %}
   {% include twitter_sharing.html %}
aa230616
 </body>
 </html>