Merge pull request #2 from jrmce/master

Fixed unclosed div that caused extra row padding on portfolio
This commit is contained in:
Jerome Lachaud 2014-09-01 12:11:44 +02:00
commit 0a2ad5d051
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<div class="col-lg-12 text-center">
<h2>Portfolio</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
{% for post in site.posts %}