Fixed unclosed div that caused extra row padding on portfolio

This commit is contained in:
JR McEntee 2014-08-31 23:18:38 -04:00
parent d18499cb14
commit cb0fa29c5b
1 changed files with 1 additions and 0 deletions

View File

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