aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/alps/compose.html2
-rw-r--r--themes/alps/head.html3
-rw-r--r--themes/alps/login.html2
-rw-r--r--themes/alps/mailbox.html4
-rw-r--r--themes/alps/message.html2
-rw-r--r--themes/alps/messages-header.html2
-rw-r--r--themes/sourcehut/address-book.html2
-rw-r--r--themes/sourcehut/address-object.html2
-rw-r--r--themes/sourcehut/calendar.html2
-rw-r--r--themes/sourcehut/compose.html2
-rw-r--r--themes/sourcehut/event.html2
-rw-r--r--themes/sourcehut/login.html2
-rw-r--r--themes/sourcehut/mailbox.html2
-rw-r--r--themes/sourcehut/message.html2
-rw-r--r--themes/sourcehut/settings.html2
15 files changed, 18 insertions, 15 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html
index 7b58a5f..6bd516e 100644
--- a/themes/alps/compose.html
+++ b/themes/alps/compose.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .}}
{{template "nav.html" .}}
diff --git a/themes/alps/head.html b/themes/alps/head.html
index a6f679f..899f7d6 100644
--- a/themes/alps/head.html
+++ b/themes/alps/head.html
@@ -4,6 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
+ {{- if eq (index .GlobalData.Path 0) "mailbox"}}
+ <meta id="refresh" http-equiv="refresh" content="60">
+ {{end -}}
<title>Webmail</title>
<link rel="stylesheet" href="/themes/alps/assets/style.css">
</head>
diff --git a/themes/alps/login.html b/themes/alps/login.html
index cc21966..f599535 100644
--- a/themes/alps/login.html
+++ b/themes/alps/login.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .}}
<h1>alps webmail</h1>
<form method="post" action="/login">
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html
index 6453d69..8e3331f 100644
--- a/themes/alps/mailbox.html
+++ b/themes/alps/mailbox.html
@@ -1,5 +1,5 @@
-{{template "head.html"}}
-{{template "nav.html" . }}
+{{template "head.html" .}}
+{{template "nav.html" .}}
<div class="page-wrap">
<aside>
diff --git a/themes/alps/message.html b/themes/alps/message.html
index 6d383ae..9257967 100644
--- a/themes/alps/message.html
+++ b/themes/alps/message.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .}}
{{template "nav.html" .}}
<div class="page-wrap">
diff --git a/themes/alps/messages-header.html b/themes/alps/messages-header.html
index 9384fb6..8e018db 100644
--- a/themes/alps/messages-header.html
+++ b/themes/alps/messages-header.html
@@ -21,7 +21,7 @@
{{ end }}
&nbsp;&nbsp;
- <a href="{{ .GlobalData.Path }}" class="button-link">Refresh</a>
+ <a href="{{ .GlobalData.URL.String }}" class="button-link">Refresh</a>
</div>
<form action="" method="post" class="actions-search">
diff --git a/themes/sourcehut/address-book.html b/themes/sourcehut/address-book.html
index c5600d6..44abbe2 100644
--- a/themes/sourcehut/address-book.html
+++ b/themes/sourcehut/address-book.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
<div class="container-fluid">
diff --git a/themes/sourcehut/address-object.html b/themes/sourcehut/address-object.html
index 1ab445f..6fb5f6c 100644
--- a/themes/sourcehut/address-object.html
+++ b/themes/sourcehut/address-object.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
{{$fn := .AddressObject.Card.Value "FN"}}
diff --git a/themes/sourcehut/calendar.html b/themes/sourcehut/calendar.html
index ec15ae8..d0cfac0 100644
--- a/themes/sourcehut/calendar.html
+++ b/themes/sourcehut/calendar.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
<div class="container-fluid">
diff --git a/themes/sourcehut/compose.html b/themes/sourcehut/compose.html
index 7538a36..8f73538 100644
--- a/themes/sourcehut/compose.html
+++ b/themes/sourcehut/compose.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
<div class="container-fluid">
diff --git a/themes/sourcehut/event.html b/themes/sourcehut/event.html
index a298ce1..3740166 100644
--- a/themes/sourcehut/event.html
+++ b/themes/sourcehut/event.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
{{$event := index .Event.Data.Events 0}}
diff --git a/themes/sourcehut/login.html b/themes/sourcehut/login.html
index 63edfd8..65605b4 100644
--- a/themes/sourcehut/login.html
+++ b/themes/sourcehut/login.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
<div class="container">
diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html
index e360f25..58eb52b 100644
--- a/themes/sourcehut/mailbox.html
+++ b/themes/sourcehut/mailbox.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
<!-- TODO: Share tabs if reasonable -->
diff --git a/themes/sourcehut/message.html b/themes/sourcehut/message.html
index 1e4197f..077d33c 100644
--- a/themes/sourcehut/message.html
+++ b/themes/sourcehut/message.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
<div class="container-fluid">
diff --git a/themes/sourcehut/settings.html b/themes/sourcehut/settings.html
index 292d5cc..c197789 100644
--- a/themes/sourcehut/settings.html
+++ b/themes/sourcehut/settings.html
@@ -1,4 +1,4 @@
-{{template "head.html"}}
+{{template "head.html" .Global}}
{{template "nav.html" .Global}}
<div class="container-fluid">