mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Remove "Recent Posts" section
This commit is contained in:
parent
0cf94826e7
commit
76780c5df8
@ -64,21 +64,6 @@
|
|||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.blog == true %}
|
|
||||||
<div class="posts-list">
|
|
||||||
<a href="{{ '/blog' | prepend: site.baseurl }}">
|
|
||||||
<h4>Recent Posts:</h4>
|
|
||||||
</a>
|
|
||||||
<ul>
|
|
||||||
{% for i in (1..site.recent_posts) %}
|
|
||||||
{% assign post = site.posts[i] %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user