init
This commit is contained in:
10
private.html
Normal file
10
private.html
Normal 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>
|
Reference in New Issue
Block a user