2021-02-20 00:05:20 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
permalink: /archive/
|
2023-04-18 10:18:15 +00:00
|
|
|
title: Archive
|
2021-02-20 00:05:20 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
<div id="archives">
|
|
|
|
<section id="archive">
|
2023-04-18 10:18:15 +00:00
|
|
|
<ul class="date-order">
|
2021-02-20 00:05:20 +00:00
|
|
|
<h3>Most Recent Posts</h3>
|
2023-04-18 10:18:15 +00:00
|
|
|
{%for post in site.posts %}
|
2023-04-18 16:18:44 +00:00
|
|
|
{% if post.hidden != true %}
|
2021-02-20 00:05:20 +00:00
|
|
|
<p><b><a href="{{ site.baseurl }}{{ post.url }}">{% if post.title and post.title != "" %}{{post.title}}{% else %}{{post.excerpt |strip_html}}{%endif%}</a></b> - {% if post.date and post.date != "" %}{{ post.date | date: "%e %B %Y" }}{%endif%}</p>
|
2023-04-18 10:18:15 +00:00
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
2021-02-20 00:05:20 +00:00
|
|
|
</ul>
|
|
|
|
<h3>Oldest Posts</h3>
|
|
|
|
</section>
|
|
|
|
</div>
|