aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-05-13 10:46:35 -0400
committerSimon Ser <contact@emersion.fr>2020-05-13 17:00:47 +0200
commit3d1f278fae716b37fa6a4b8bdf52d21dba371cc5 (patch)
treeea5080e7bd7fd6ef0710e31b8350516369a58d53 /themes
parent1cf95af41ea24ab76cba8a0761d349b65c08c294 (diff)
downloadalps-3d1f278fae716b37fa6a4b8bdf52d21dba371cc5.tar.gz
alps-3d1f278fae716b37fa6a4b8bdf52d21dba371cc5.zip
Use context-appropriate title for mbox/msg view
Diffstat (limited to 'themes')
-rw-r--r--themes/alps/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/head.html b/themes/alps/head.html
index 899f7d6..c2d5130 100644
--- a/themes/alps/head.html
+++ b/themes/alps/head.html
@@ -7,7 +7,7 @@
{{- if eq (index .GlobalData.Path 0) "mailbox"}}
<meta id="refresh" http-equiv="refresh" content="60">
{{end -}}
- <title>Webmail</title>
+ <title>{{.GlobalData.Title}}</title>
<link rel="stylesheet" href="/themes/alps/assets/style.css">
</head>
<body>