This commit is contained in:
rzen
2019-07-21 22:16:23 -04:00
commit 8853b7c668
48 changed files with 1682 additions and 0 deletions

10
private.html Normal file
View File

@ -0,0 +1,10 @@
---
layout: base
title: Private
---
<main>
{% if jekyll.environment == 'local' %}
{% include post_index.html posts=site.private title="Private Posts" %}
{% endif %}
</main>