From: Gabriel Dunne Date: Sun, 11 Dec 2022 02:34:37 +0000 (-0800) Subject: Adding timestamp to css so it caches X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=0886a6466a5315d904a336e66c0cd76fd8dbcb44;p=gabrieldunne.com-site.git Adding timestamp to css so it caches --- diff --git a/_layouts/default.html b/_layouts/default.html index 40b1e91..4cfa2df 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,12 +3,13 @@ + {% assign ts = 'now' | date: "%s" %} {{ site.name }}{% if page.title != 'index' %} > {{ page.title }}{% endif %} - - - + + +