Fixes #75
This commit is contained in:
parent
3fffab87c2
commit
262c38ee85
7 changed files with 154 additions and 61 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue