added a security thoughts section
This commit is contained in:
parent
3e78245041
commit
d1043e01c8
1 changed files with 8 additions and 1 deletions
|
@ -21,6 +21,13 @@ title: brendan mcdevitt
|
|||
<h1>Programming</h1>
|
||||
<ul class="programming">
|
||||
{% for post in site.programming %}
|
||||
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}"> {{post.title }}</a></li>
|
||||
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}"> {{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h1>Security Thoughts</h1>
|
||||
<ul class="security">
|
||||
{% for post in site.security %}
|
||||
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}"> {{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue