diff --git a/assets/templates/actions.tmpl b/assets/templates/actions.tmpl
index cbe5e353..2dfb4f45 100644
--- a/assets/templates/actions.tmpl
+++ b/assets/templates/actions.tmpl
@@ -1,6 +1,16 @@
{{ define "actions" }}
-
open_in_new
-{{ if .IsDir }}mode_edit
{{ end }}
-file_download
-delete
+
+ open_in_new
+
+ {{ if .IsDir }}
+
+ mode_edit
+
+ {{ end }}
+
+ file_download
+
+
+ delete
+
{{ end }}
diff --git a/assets/templates/base.tmpl b/assets/templates/base.tmpl
index 4c2fac58..d65d17bc 100644
--- a/assets/templates/base.tmpl
+++ b/assets/templates/base.tmpl
@@ -1,62 +1,101 @@
-
- {{.Name}}
-
-
-
-
-
- {{ if ne .Config.StyleSheet "" }}{{ end }}
- {{ if .Config.HugoEnabled }}
-
-
-
- {{ end }}
-
-
-
-
-
- {{ if .IsDir}}
-
-
view_headline
-
file_upload
- {{ else }}
- {{ template "actions" . }}
- {{ end }}
+
+
{{.Name}}
+
+
+
+
+
+ {{ if ne .Config.StyleSheet "" }}
+
+ {{ end }}
+ {{ if .Config.HugoEnabled }}
+
+
+
+ {{ end }}
+
+
+
+
+
+ {{ if .IsDir}}
+
+
+ view_headline
+
+
+ file_upload
+
+ {{ else }}
+ {{ template "actions" . }}
+ {{ end }}
- {{ if .Config.HugoEnabled }}
-
-
settings
-
exit_to_app
- {{ end }}
-
-
+ {{ if .Config.HugoEnabled }}
+
+
+
+ settings
+
+
+
+ exit_to_app
+
+ {{ end }}
+
+
- {{ if .IsDir }}
-
- {{ end }}
-
- {{ template "content" .Data }}
-
-
-
-
+ {{ if .IsDir }}
+
+ {{ end }}
+
+ {{ template "content" .Data }}
+
+
+
+