include should now be an array

Cette révision appartient à :
gidsi
2017-11-17 16:19:21 +01:00
Parent d6c7117ef5
révision 9d52622486

Voir le fichier

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