2024-09-26 12:47:17 -05:00
|
|
|
---
|
|
|
|
layout: 2col
|
|
|
|
title: site updates
|
|
|
|
permalink: /updates/
|
|
|
|
menu: home
|
|
|
|
menu-title: updates
|
|
|
|
show_footer: true
|
|
|
|
---
|
|
|
|
<ul>
|
2024-11-15 17:36:05 -06:00
|
|
|
{% for update in site.posts %}
|
|
|
|
{% if update.path contains '/updates/' %}
|
2024-11-13 22:02:47 -06:00
|
|
|
<li><b>{{ update.date | date: "%Y.%m.%d" }}</b>: {{ update.content | remove: '<p>' | remove: '</p>' }}</li>
|
2024-11-15 17:36:05 -06:00
|
|
|
{% endif %}
|
2024-09-26 12:47:17 -05:00
|
|
|
{% endfor %}
|
|
|
|
</ul>
|