summaryrefslogtreecommitdiff
path: root/ibb
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-02-04 12:50:56 -0800
committerBen Sima <ben@bsima.me>2019-02-04 12:50:56 -0800
commitf0b1e5ad89a3a99ac7983863270fef56fc46554b (patch)
tree915405564cbae003f51f57a07af5860a1426c7a4 /ibb
parent757eecb95b87194f275a4a0a83e304f20fe228a0 (diff)
Fix name of css ref
Diffstat (limited to 'ibb')
-rw-r--r--ibb/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ibb/Main.hs b/ibb/Main.hs
index 8607278..85a70df 100644
--- a/ibb/Main.hs
+++ b/ibb/Main.hs
@@ -132,7 +132,7 @@ homepage = [shamlet|
rel="stylesheet"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous">
- <link href="/all.css" rel="stylesheet">
+ <link href="/custom.css" rel="stylesheet">
<title>#{title} | #{subtitle}
<body>
<div .container.mt-5>