brendan.mcdevitt.tech/_programming/index.html

14 lines
368 B
HTML

---
layout: default
title: programming index
---
<div id="home">
<h1>Programming</h1>
<ul class="programming">
{% for post in site.programming %}
{%unless post.title == 'programming index' %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}"> {{ post.title }}</a></li>
{%endunless%}
{% endfor %}
</ul>