From 23f04635cc26e1b0553088f28553f518488a9fc8 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 1 May 2019 15:52:32 +0200 Subject: Setup personal page with Hakyll --- src/View/Icon.hs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/View/Icon.hs (limited to 'src/View/Icon.hs') diff --git a/src/View/Icon.hs b/src/View/Icon.hs deleted file mode 100644 index 67db0a9..0000000 --- a/src/View/Icon.hs +++ /dev/null @@ -1,17 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} - -module View.Icon - ( renderIcon - ) where - -import Data.String (fromString) - -import Text.Blaze.Html -import Text.Blaze.Html5 -import Text.Blaze.Html5.Attributes - -renderIcon :: String -> Html -renderIcon iconName = - i - ! class_ (fromString $ "fa fa-fw fa-" ++ iconName) - $ "" -- cgit v1.2.3