From 414c66d1fa6222eadcc5f6d2fbfc918ee8acac29 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 9 Aug 2017 10:41:09 -0400 Subject: [PATCH] Add support for stylesheets and scripts metadata --- source/layouts/default.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/layouts/default.html b/source/layouts/default.html index 44610a39..56d7cf9b 100644 --- a/source/layouts/default.html +++ b/source/layouts/default.html @@ -9,6 +9,9 @@ + {{#each stylesheets}} + + {{/each}} {{title}} @@ -85,6 +88,9 @@ }); }); + {{#each scripts}} + + {{/each}}