Spaces in /source
This commit is contained in:
parent
45c8708a5f
commit
6e9dd34d0f
121 changed files with 1051 additions and 1051 deletions
|
@ -1,11 +1,11 @@
|
|||
{% if data.posts %}
|
||||
<section class="latest-posts">
|
||||
<h2>Latest Posts</h2>
|
||||
<section class="latest-posts">
|
||||
<h2>Latest Posts</h2>
|
||||
|
||||
<ul>
|
||||
{% for post in data.posts | slice(0,5) %}
|
||||
<li{% if page.url == post.url %} class="active"{% endif %}><a href="{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
<ul>
|
||||
{% for post in data.posts | slice(0,5) %}
|
||||
<li{% if page.url == post.url %} class="active"{% endif %}><a href="{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue