summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Html.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll/Web/Html.hs')
-rw-r--r--src/Hakyll/Web/Html.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hakyll/Web/Html.hs b/src/Hakyll/Web/Html.hs
index f5a7ccc..f29a478 100644
--- a/src/Hakyll/Web/Html.hs
+++ b/src/Hakyll/Web/Html.hs
@@ -124,6 +124,7 @@ toSiteRoot = emptyException . joinPath . map parent
emptyException x = x
relevant "." = False
relevant "/" = False
+ relevant "./" = False
relevant _ = True