mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-06-07 14:43:04 -04:00
Remove "Recent Posts" section
This commit is contained in:
parent
0cf94826e7
commit
76780c5df8
1 changed files with 0 additions and 15 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue