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