1
0
Fork 0

Import of the new theme

This commit is contained in:
Luca Beltrame 2015-05-07 07:32:01 +02:00
parent 04104f0bff
commit 0693a85c3f
331 changed files with 21077 additions and 8782 deletions

16
_layouts/blog.html Normal file
View file

@ -0,0 +1,16 @@
---
layout: default
format: blog-index
# Don't index these pages dear Google.
noindex: true
---
<div class="row">
<div class="medium-8 columns t30">
{% include pagination.html %}
</div><!-- /.medium-7.columns -->
<div class="medium-4 columns t30">
{% include sidebar.html %}
</div><!-- /.medium-5.columns -->
</div><!-- /.row -->