This commit is contained in:
Panos Sakkos 2015-11-22 22:08:49 +01:00
parent 3fffab87c2
commit 262c38ee85
7 changed files with 154 additions and 61 deletions

View file

@ -11,9 +11,12 @@
{% include navigation.html %}
<section id="page" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-10 col-xs-offset-1">
{% include swipe-instructions.html %}
{{ page.content | markdownify }}
<div>

View file

@ -14,6 +14,8 @@
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-10 col-xs-offset-1">
{% include swipe-instructions.html %}
<h1><strong>{{ page.title }}</strong></h1>
<h4><strong>{{ page.date | date_to_string }}</strong>
<small> . {{ page.category }} . <a href="{{site.baseurl}}{{page.url }}#disqus_thread">Comments</a>