aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/nav.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-11-19 11:17:40 -0500
committerDrew DeVault <sir@cmpwn.com>2020-11-19 11:17:40 -0500
commitcb37df882edc51ed47f4b353ce42eabd80416b19 (patch)
tree42b060f231d5d976626f6a04b9e3160f974066f0 /themes/alps/nav.html
parent405c18d21388f1cc6f8b7349186efb3fa44eef87 (diff)
downloadalps-cb37df882edc51ed47f4b353ce42eabd80416b19.tar.gz
alps-cb37df882edc51ed47f4b353ce42eabd80416b19.zip
Add notices on action completion
Diffstat (limited to 'themes/alps/nav.html')
-rw-r--r--themes/alps/nav.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/alps/nav.html b/themes/alps/nav.html
index d7eee9c..8fccea4 100644
--- a/themes/alps/nav.html
+++ b/themes/alps/nav.html
@@ -30,4 +30,10 @@
</div>
{{ end }}
</nav>
+ {{ if .GlobalData.Notice }}
+ <div class="notice">
+ {{ .GlobalData.Notice }}
+ <a href="{{.GlobalData.URL.String}}">Dismiss</a>
+ </div>
+ {{ end }}
</header>