Update to version 0.6
This commit is contained in:
parent
d7c1bfc765
commit
ad67c5846c
16 changed files with 318 additions and 66 deletions
19
blog/index.html
Normal file
19
blog/index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: default
|
||||
title: "The Feeling Responsive Blog Template"
|
||||
image:
|
||||
header: header_unsplash_6.jpg
|
||||
---
|
||||
<div id="blog-index" class="row">
|
||||
<div class="medium-7 columns top-30">
|
||||
{% include pagination.html %}
|
||||
</div><!-- /.medium-7.columns -->
|
||||
|
||||
|
||||
|
||||
<div class="medium-5 columns top-30">
|
||||
{% include sidebar.html %}
|
||||
</div><!-- /.medium-5.columns -->
|
||||
</div><!-- /.row -->
|
||||
|
||||
|
Reference in a new issue