summaryrefslogtreecommitdiff
path: root/src/main/resources/templates
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-17 21:26:03 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-04-17 21:26:03 +0200
commit6e60d8ec06ff12d3779b5cbdff50c1f6469d29cb (patch)
tree5552fe7c287ebd5f865806f22ec83e6ac53af061 /src/main/resources/templates
parentabfe886d16e9825b5d7fa42244e5af051a0da2ba (diff)
Navbar tag: Add parameter signature.
Change-Id: If38e971210544ece6e62e8cba277d26c8f1be915
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r--src/main/resources/templates/tags/navbar.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/templates/tags/navbar.html b/src/main/resources/templates/tags/navbar.html
index b3d12d8..b78a658 100644
--- a/src/main/resources/templates/tags/navbar.html
+++ b/src/main/resources/templates/tags/navbar.html
@@ -1,3 +1,5 @@
+{@java.lang.String siteSection}
+
<ol>
<li class='{#if siteSection == "Bookmarks"}this-page{/}' data-site-section="Bookmarks"><a href="/bookmarks">Bookmarks</a></li>
<li class='{#if siteSection == "Lazy Chat"}this-page{/}' data-site-section="Lazy Chat"><a href="/lazychat">Lazy Chat</a></li>