add comments to sections

This commit is contained in:
theshka 2015-12-01 09:53:08 -06:00
parent a2b825ff49
commit 1fdab97b07

View file

@ -1,12 +1,16 @@
<!-- Blog Post -->
<div class="blog-post">
<!-- Blog Post Meta -->
<h2 class="blog-post-title">{{ meta.title }}</h2>
<p class="blog-post-meta">
<i class="fa fa-calendar"></i> {{ meta.date }}
by <strong>{{ meta.author }}</strong>
</p>
<hr>
<!-- Blog Image -->
{% if meta.image %}
<img src="{{ meta.image }}" class="img-responsive" alt="{{ meta.image }}" /><br>
{% endif %}
<!-- Blog Content -->
{{content}}
</div>