News section.

This commit is contained in:
Robin Davies
2022-03-14 20:45:37 -04:00
parent 0b893be9a4
commit 200770207e
6 changed files with 163 additions and 46 deletions
+13
View File
@@ -0,0 +1,13 @@
---
layout: news
title: News
---
# News
{% for post in site.posts %}
<div style="margin-left: 36px; padding-bottom: 24px;">
<p style="margin-bottom: 0px; font-size: 14px;color: #888;">{{post.date| date: "%B %d, %Y"}}</p>
<h4 style="margin-top: 0px;"><a href='/pipedal/{{ post.url }}'> {{ post.title }}</a></h4>
</div>
{% endfor %}