brendan.mcdevitt.tech/_security/index.html

14 lines
362 B
HTML

---
layout: default
title: security index
---
<div id="home">
<h1>Security Thoughts</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>