diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-05-10 12:02:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-05-10 12:02:52 +0200 |
commit | 9b3225121a30f10fd250801702f94c345f799b7b (patch) | |
tree | c3b1b879a6136c4cb0c3db04f5540fb0cb4d4311 | |
parent | 8a0748bb55a5f3b702d025fd0f1b015ff967441e (diff) |
view/html: Update CSS timestamp.
-rw-r--r-- | mumi/web/view/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index 81524f4..4867695 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -72,7 +72,7 @@ (@ (rel "stylesheet") (media "screen") (type "text/css") - (href "/css/screen.css?202005070001")))) + (href "/css/screen.css?202005100000")))) (body ,@body (footer (@ (class "text-center")) (p "Copyright © 2016—2020 by the GNU Guix community." |