From a0e605306d7dfad4ecdf8a3e0d68d23e2028ba82 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 14 Mar 2024 11:06:54 +0100 Subject: [PATCH] Fix cache --- onerc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onerc.el b/onerc.el index f72c819..ed686a5 100644 --- a/onerc.el +++ b/onerc.el @@ -88,7 +88,7 @@ (:link (@ :rel "stylesheet" :href "https://fonts.googleapis.com/css2?family=Fira+Code&family=Open+Sans:wght@400;700&display=swap")) ;; CSS (:link (@ :rel "stylesheet" :type "text/css" :href "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css")) - (:link (@ :rel "stylesheet" :type "text/css" :href "/css/main.css"))) + (:link (@ :rel "stylesheet" :type "text/css" :href ,(concat "/css/main.css?cache=" (format-time-string "%s"))))) (:body (:header.header (:div.container