aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-07-07 12:07:34 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-07-07 12:07:34 -0700
commitcda0efb731e927226cc6e007ff734e45405195b9 (patch)
tree35e7ec5e703d99519a32612edbee3a7d3d066fea /template/html/common/layout.html
parent364198ba4a32f6123bd72f44c2aefc03b4a669f2 (diff)
Update default stylesheet name in HTML layout
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index 59a3b23..5e07794 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -27,7 +27,7 @@
{{ if .user }}
<link rel="stylesheet" type="text/css" href="{{ route "stylesheet" "name" .user.Theme }}">
{{ else }}
- <link rel="stylesheet" type="text/css" href="{{ route "stylesheet" "name" "white" }}">
+ <link rel="stylesheet" type="text/css" href="{{ route "stylesheet" "name" "default" }}">
{{ end }}
<script type="text/javascript" src="{{ route "javascript" }}" defer></script>
</head>