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 %}
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
{{ post.content }}
|
||||
{% if post.link %}
|
||||
{{ 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 -->
|
||||
</article><!-- /.hentry -->
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue