diff --git a/res/static/style/layout.css b/res/static/style/layout.css index 1dfcd5a..771752e 100644 --- a/res/static/style/layout.css +++ b/res/static/style/layout.css @@ -204,7 +204,7 @@ section { padding: 4px; margin: 0.2em 15px 0.2em 15px; font-family: 'Open Sans Light', sans-serif; - font-weight: light; + font-weight: lighter; font-size: 1.5em; overflow: hidden; text-overflow: ellipsis; diff --git a/res/template/admin.html b/res/template/admin.html index 4fd8672..696d7d7 100644 --- a/res/template/admin.html +++ b/res/template/admin.html @@ -9,8 +9,8 @@ window.api_endpoint = '{{.APIEndpoint}}'; window.server_hostname = "{{.Hostname}}"; - - + +
{{template "menu" .}} diff --git a/res/template/directory_upload.html b/res/template/directory_upload.html index 57f2194..3958e78 100644 --- a/res/template/directory_upload.html +++ b/res/template/directory_upload.html @@ -7,8 +7,8 @@ window.api_endpoint = '{{.APIEndpoint}}'; window.user = {{.User}}; - - + + diff --git a/res/template/file_viewer_svelte.html b/res/template/file_viewer_svelte.html index 6117566..3788b97 100644 --- a/res/template/file_viewer_svelte.html +++ b/res/template/file_viewer_svelte.html @@ -28,8 +28,8 @@ window.user_authenticated = {{.Authenticated}}; - - + + {{template "analytics"}} diff --git a/res/template/filesystem.html b/res/template/filesystem.html index 79a1282..7bf6446 100644 --- a/res/template/filesystem.html +++ b/res/template/filesystem.html @@ -27,8 +27,8 @@ window.api_endpoint = '{{.APIEndpoint}}'; - - + +