aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/public/message.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-05-13 10:58:22 -0400
committerSimon Ser <contact@emersion.fr>2020-05-13 16:58:48 +0200
commit1cf95af41ea24ab76cba8a0761d349b65c08c294 (patch)
treef7a5fd00a63498f00768aeba140b68a5d4a74431 /plugins/base/public/message.html
parent0191b739969e00cdba0faa5a05159fd5f83d5d9e (diff)
downloadalps-1cf95af41ea24ab76cba8a0761d349b65c08c294.tar.gz
alps-1cf95af41ea24ab76cba8a0761d349b65c08c294.zip
Add <meta refresh> to mailbox view
This causes the mailbox to automatically reload the page every 60 seconds, without JavaScript. This also updates the base template data to include the full URL, and replaces the earlier "Path" field with a pre-split array of path components, which is more immediately useful to most templates given the limitations of string munging with text/template primitives.
Diffstat (limited to 'plugins/base/public/message.html')
-rw-r--r--plugins/base/public/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/public/message.html b/plugins/base/public/message.html
index 4d5edfa..38b41c5 100644
--- a/plugins/base/public/message.html
+++ b/plugins/base/public/message.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .}}
<h1>alps</h1>