From 77d4ed762d2bb558194d240938dc456f12a0806d Mon Sep 17 00:00:00 2001 From: MichellanneLi Date: Fri, 21 Apr 2017 15:36:52 -0500 Subject: [PATCH] Adds templates to collections in config.yml so that files in templates folder will automatically be linked on the homepage. (#75) --- STYLEGUIDE_TEMPLATE_SPRESS/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/STYLEGUIDE_TEMPLATE_SPRESS/config.yml b/STYLEGUIDE_TEMPLATE_SPRESS/config.yml index 792215f..8cd1fee 100644 --- a/STYLEGUIDE_TEMPLATE_SPRESS/config.yml +++ b/STYLEGUIDE_TEMPLATE_SPRESS/config.yml @@ -25,3 +25,9 @@ collections: title: "High Fidelity Comps" sort_by: title sort_type: 'ascending' + + templates: + output: true + title: "Templates" + sort_by: title + sort_type: 'ascending' \ No newline at end of file