Skip processing posts that can not be read (#7302)

Merge pull request 7302
This commit is contained in:
Mario
2018-10-19 17:35:42 +02:00
committed by jekyllbot
parent 7a1254563a
commit ad7a5c0121
4 changed files with 76 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
---
layout: default
title: This file extension is skipped
category: test_post_reader
---
`jekyll serve` used to crash if there's a post (document) with a wrong file extension.
This file is used in `./test/test_post_reader.rb` to verify that this doesn't happen anymore.