projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df01d3c
)
Declared a function that receives HTML and produces HTML that follows the website...
author
sabadev
<saba@sabadev.xyz>
Tue, 16 Mar 2021 04:29:04 +0000
(
00:29
-0400)
committer
sabadev
<dev@sabadev.xyz>
Tue, 13 Apr 2021 01:16:08 +0000
(21:16 -0400)
src/Server.hs
patch
|
blob
|
history
diff --git
a/src/Server.hs
b/src/Server.hs
index
0caf0a0
..
c98da1a
100644
(file)
--- a/
src/Server.hs
+++ b/
src/Server.hs
@@
-39,3
+39,6
@@
darkTheme = undefined
lightTheme :: Handler T.Text
lightTheme = undefined
+
+htmlContainer :: Html a -> Html a
+htmlContainer = id