summaryrefslogtreecommitdiff
path: root/Pages/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-11 02:57:35 +1000
committerJake Mannens <jake@asger.xyz>2023-08-11 02:57:35 +1000
commitbc8385a9e63253a3190b08467cbf31d0256053e8 (patch)
treec9a71886308dd61fc3acda98cbc5e053b06904f1 /Pages/Shared/_Layout.cshtml
parent1e81791d10271c3e3828a92a01a3aba6a74f9ba8 (diff)
Added basis for a search box
Diffstat (limited to 'Pages/Shared/_Layout.cshtml')
-rw-r--r--Pages/Shared/_Layout.cshtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml
index 4c80500..9d6d382 100644
--- a/Pages/Shared/_Layout.cshtml
+++ b/Pages/Shared/_Layout.cshtml
@@ -17,6 +17,7 @@
<div id="navbar">
<a href="/">Home</a>
<a href="/TagDefinitions">Tags</a>
+ <input type="text" placeholder="Search"/>
</div>
<div id="content" style="overflow-y:@(ViewBag.ContentScroll ? "auto" : "hidden");padding:@(ViewBag.ContentMargin ?? "0");">
@RenderBody()