brendan.mcdevitt.tech/_homelab/index.html

14 lines
354 B
HTML

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