diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-05-12 23:07:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-05-12 23:07:50 +0200 |
commit | 86d5706d32481313393c18f8c764a375a39323d8 (patch) | |
tree | f3f63bc6b78c001639daa1087e5dc89c650e4dea | |
parent | 4aa710917d9ac9fe66ba939f73c062a71dffced0 (diff) |
view/html: Bump CSS.
-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 b251283..aaa4e1a 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?202005100000")))) + (href "/css/screen.css?202005120000")))) (body ,@body (footer (@ (class "text-center")) (p "Copyright © 2016—2020 by the GNU Guix community." |