include should now be an array

Este commit está contenido en:
gidsi
2017-11-17 16:19:21 +01:00
padre d6c7117ef5
commit 9d52622486

Ver fichero

@@ -12,4 +12,6 @@ permalink: /:year/:month/:day/:title
paginate: 5
gems: [jekyll-paginate]
paginate_path: "/blog/:num"
include: ".well-known"
include: [
".well-known"
]