diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index df982ca..5d58aa2 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -23,7 +23,8 @@ Login $maybe msg <- mmsg -
#{msg} +
+
#{msg} $case cur $of Just (AuthR _) diff --git a/templates/homepage.lucius b/templates/homepage.lucius new file mode 100644 index 0000000..3dd792f --- /dev/null +++ b/templates/homepage.lucius @@ -0,0 +1,10 @@ +.snapshots { + margin-left: 0; + padding-left: 0; + li { + list-style-type: none; + } + li + li { + margin-top: 0.5em; + } +}