mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-12 19:25:41 +01:00
Fix cache
This commit is contained in:
parent
889a5e2767
commit
a0e605306d
2
onerc.el
2
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"))
|
(:link (@ :rel "stylesheet" :href "https://fonts.googleapis.com/css2?family=Fira+Code&family=Open+Sans:wght@400;700&display=swap"))
|
||||||
;; CSS
|
;; 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 "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
|
(:body
|
||||||
(:header.header
|
(:header.header
|
||||||
(:div.container
|
(:div.container
|
||||||
|
Loading…
Reference in New Issue
Block a user