From 38a830d0a968c1c24a29cfc9ff4f1bf38b3705c6 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Tue, 19 Feb 2019 07:23:24 -0800 Subject: website update --- docs/_layouts/default.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_layouts/default.html') diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 3017293a8..a7a2a2faa 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -16,6 +16,8 @@ for file in site.static_files %}{% assign _path = file.path | remove_first: "/inter" %}{% if _path == "/res/base.css" %}{% assign base_css_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{% + elsif _path == "/res/grid.css" %}{% + assign grid_css_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{% elsif _path == "/res/base.js" %}{% assign base_js_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{% elsif _path == "/res/favicon.png" %}{% @@ -33,6 +35,8 @@ endfor + + {% include preload-font-files.html %} -- cgit v1.2.3