Skip to content
Snippets Groups Projects
post.html 666 B
Newer Older
Jacek Lebioda's avatar
Jacek Lebioda committed
---
layout: default
---

Jacek Lebioda's avatar
Jacek Lebioda committed
<article class="body-wrapper margin-wrapper">
  <div id="left-column">
    <h2>{{ page.section }}</h2>
    <ul>
      {% for link in page.news_pages %}
Jacek Lebioda's avatar
Jacek Lebioda committed
      <li><a href="{{ link.href | relative_url }}" {% if link.active %}class="active" {% endif %}>{{ link.title }}</a></li>
      {% endfor %}
    </ul>
  </div>
  <div id="right-column">
    <header>
      <h1>
        {{ page.title | escape }}<br />
        <small>{{ page.date | date: '%B %d, %Y' }}</small>
      </h1>
    </header>
    {{ content }}
    <span class="pull-right">
Jacek Lebioda's avatar
Jacek Lebioda committed
      <a href="{{ '/news' | relative_url }}">Go back to the news</a>
    </span>
  </div>
Jacek Lebioda's avatar
Jacek Lebioda committed
</article>