From ad939ae0fc3a08200e60cc50865981f0da19b9b0 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Wed, 30 Dec 2015 20:14:50 -0500 Subject: [PATCH] Minimist: Use stylesheet helper. --- themes/minimist/src/html.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/minimist/src/html.html b/themes/minimist/src/html.html index 46a651c..5c63b56 100644 --- a/themes/minimist/src/html.html +++ b/themes/minimist/src/html.html @@ -13,8 +13,7 @@ engine: Underscore {{ headFragment }} - {{{styleSheet "html.css"}}} - {% } %} + {% print( h.styleSheet('html.css') ) %}