Browse Source

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

Update page variable list for custom taxonomies
index-subcmd
Vincent Prouillet GitHub 5 years ago
parent
commit
742987144c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/content/documentation/templates/pages-sections.md

+ 1
- 2
docs/content/documentation/templates/pages-sections.md View File

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


Loading…
Cancel
Save