diff --git a/src/Foundation.hs b/src/Foundation.hs
index 775ffae..c3d152d 100644
--- a/src/Foundation.hs
+++ b/src/Foundation.hs
@@ -145,6 +145,7 @@ instance ToMarkup (Route App) where
toMarkup c =
case c of
AllSnapshotsR{} -> "Snapshots"
+ BlogHomeR -> "Blog"
_ -> ""
-- This instance is required to use forms. You can modify renderMessage to
diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet
index 986f016..e9366d7 100644
--- a/templates/default-layout.hamlet
+++ b/templates/default-layout.hamlet
@@ -9,17 +9,9 @@