diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-13 10:46:35 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-13 17:00:47 +0200 |
commit | 3d1f278fae716b37fa6a4b8bdf52d21dba371cc5 (patch) | |
tree | ea5080e7bd7fd6ef0710e31b8350516369a58d53 /themes/alps/head.html | |
parent | 1cf95af41ea24ab76cba8a0761d349b65c08c294 (diff) | |
download | alps-3d1f278fae716b37fa6a4b8bdf52d21dba371cc5.tar.gz alps-3d1f278fae716b37fa6a4b8bdf52d21dba371cc5.zip |
Use context-appropriate title for mbox/msg view
Diffstat (limited to 'themes/alps/head.html')
-rw-r--r-- | themes/alps/head.html | 2 |
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> |