jekyll-theme-isabelline/private.html
2019-07-21 22:16:23 -04:00

10 lines
177 B
HTML

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