add comments to sections
This commit is contained in:
parent
a2b825ff49
commit
1fdab97b07
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue