Merge pull request #370 from 17cupsofcoffee/patch-1

Update page variable list for custom taxonomies
This commit is contained in:
Vincent Prouillet 2018-08-13 15:05:06 +02:00 committed by GitHub
commit 742987144c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,7 @@ draft: Bool;
components: Array<String>; components: Array<String>;
permalink: String; permalink: String;
summary: String?; summary: String?;
tags: Array<String>; taxonomies: HashMap<String, Array<String>>;
category: String?;
extra: HashMap<String, Any>; extra: HashMap<String, Any>;
// Naive word count, will not work for languages without whitespace // Naive word count, will not work for languages without whitespace
word_count: Number; word_count: Number;