diff --git a/assets/public/css/styles.css b/assets/public/css/styles.css
index d5b00602..530f6743 100644
--- a/assets/public/css/styles.css
+++ b/assets/public/css/styles.css
@@ -328,7 +328,7 @@ header p i {
header #logout {
background-color: rgba(0,0,0,0.1);
border-radius: 0;
- margin: -0.5em;
+ margin: -0.5em -0.5em -0.5em 0;
padding: .5em;
}
header p i {
diff --git a/assets/templates/base.tmpl b/assets/templates/base.tmpl
index 47a18270..40adb3a0 100644
--- a/assets/templates/base.tmpl
+++ b/assets/templates/base.tmpl
@@ -18,59 +18,61 @@
{{ end }}
-
-
{{ if .IsDir }}
@@ -89,6 +91,7 @@
{{ end }}
+ {{ .Path }}
{{ template "content" .Data }}