From f0b1e5ad89a3a99ac7983863270fef56fc46554b Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Mon, 4 Feb 2019 12:50:56 -0800
Subject: Fix name of css ref

---
 ibb/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ibb/Main.hs')

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>
-- 
cgit v1.2.3