Update
This commit is contained in:
parent
b908e39e09
commit
3808888575
9 changed files with 53 additions and 24 deletions
|
@ -17,8 +17,8 @@ permalink: "blog/archive/"
|
|||
<dd class="accordion-navigation">
|
||||
<a href="#panel{{ counter }}"><span class="entypo entypo-16"></span> {% if post.subheadline %}{{ post.subheadline }} › {% endif %}<strong>{{ post.title }}</strong></a>
|
||||
<div id="panel{{ counter }}" class="content">
|
||||
{{ post.description }}
|
||||
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more ›</strong></a>
|
||||
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.description %}{{ post.description | strip_html | escape }}{% endif %}
|
||||
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title escape_once }}"><strong>Read more ›</strong></a><br><br>
|
||||
</div>
|
||||
</dd>
|
||||
{% assign counter=counter | plus:1 %}
|
||||
|
|
Reference in a new issue