jekyll-theme-isabelline/private.html

10 lines
177 B
HTML
Raw Normal View History

2019-07-22 02:16:23 +00:00
---
layout: base
title: Private
---
<main>
{% if jekyll.environment == 'local' %}
{% include post_index.html posts=site.private title="Private Posts" %}
{% endif %}
</main>