diff --git a/index.html b/index.html
index 830d610..2326671 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,13 @@ title: brendan mcdevitt
Programming
{% for post in site.programming %}
- - {{ post.date | date_to_string }} » {{post.title }}
+ - {{ post.date | date_to_string }} » {{ post.title }}
+ {% endfor %}
+
+
+ Security Thoughts
+
+ {% for post in site.security %}
+ - {{ post.date | date_to_string }} » {{ post.title }}
{% endfor %}