From 6e2e423beca2dbd59e71e2c262cc95f4d6004380 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Sat, 29 Aug 2015 02:28:59 -0500 Subject: [PATCH] Add CSS cache buster --- layouts/partials/head_includes.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 568810e..6405fdc 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -1,11 +1,25 @@ + +{{ if eq true .Site.Params.CacheBuster }} + -{{ if .Site.Params.WebfontsFile }} +{{ if .Site.Params.WebfontsFile }} {{ end }} +{{ else }} + + + + +{{ if .Site.Params.WebfontsFile }} + +{{ end }} + +{{ end }} +