mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
make sure pages with published being false are not generated
This commit is contained in:
7
test/source/unpublished.html
Normal file
7
test/source/unpublished.html
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
title: Not published!
|
||||
published: false
|
||||
---
|
||||
|
||||
This should *not* be published!
|
||||
Reference in New Issue
Block a user