brendan.mcdevitt.tech/_security/index.html
Brendan McDevitt e6c312a1ec big update
2022-02-25 01:56:24 -05:00

14 lines
353 B
HTML

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