10 lines
177 B
HTML
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> |