diff options
Diffstat (limited to 'themes/alps/nav.html')
-rw-r--r-- | themes/alps/nav.html | 6 |
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> |