diff --git a/templates/breadcrumbs.hamlet b/templates/breadcrumbs.hamlet
index 794c7e7..fbeab77 100644
--- a/templates/breadcrumbs.hamlet
+++ b/templates/breadcrumbs.hamlet
@@ -12,9 +12,9 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see
$# .
-
+
$forall (route, title) <- bcs
#{title}
:: #
-
+
#{current}
diff --git a/templates/repo/widget/changes.hamlet b/templates/repo/widget/changes.hamlet
index 8a03b69..a1ceaf8 100644
--- a/templates/repo/widget/changes.hamlet
+++ b/templates/repo/widget/changes.hamlet
@@ -21,6 +21,6 @@ $# .
$forall LogEntry author hash message time <- entries
#{author}
- | #{T.take 10 hash}
+ | #{T.take 10 hash}
| #{message}
| #{time}
|