Only show excerpts on start page
This commit is contained in:
parent
da8b032c6e
commit
3f7183d62f
1 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,13 @@ image:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</header>
|
</header>
|
||||||
<div class="entry-content">
|
<div class="entry-content">
|
||||||
|
{% if post.link %}
|
||||||
{{ post.content }}
|
{{ post.content }}
|
||||||
|
{% else %}
|
||||||
|
{{ post.excerpt }}
|
||||||
|
|
||||||
|
<p><a href="{{ post.url }}" rel="bookmark" title="{{ post.title }}" itemprop="url">Continue Reading »</a></p>
|
||||||
|
{% endif %}
|
||||||
</div><!-- /.entry-content -->
|
</div><!-- /.entry-content -->
|
||||||
</article><!-- /.hentry -->
|
</article><!-- /.hentry -->
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue