You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<article role="article">
|
|
|
|
{% if page.title %}
|
|
|
|
<header>
|
|
|
|
<div class="jumbotron">
|
|
|
|
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
|
|
|
|
</div>
|
|
|
|
{% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
|
|
|
|
</header>
|
|
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
</article>
|
|
|
|
{% if site.disqus_short_name and page.comments == true %}
|
|
|
|
<section>
|
|
|
|
<h1>Comments</h1>
|
|
|
|
<div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
|
|
|
|
</section>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% comment %}
|
|
|
|
Sidebars need to be fixed
|
|
|
|
|
|
|
|
{% unless page.sidebar == false %}
|
|
|
|
<aside class="sidebar">
|
|
|
|
{% if site.page_asides.size %}
|
|
|
|
{% include_array page_asides %}
|
|
|
|
{% else %}
|
|
|
|
{% include_array default_asides %}
|
|
|
|
{% endif %}
|
|
|
|
</aside>
|
|
|
|
{% endunless %}
|
|
|
|
{% endcomment %}
|