Skip to content

Commit

Permalink
Moving things around
Browse files Browse the repository at this point in the history
  • Loading branch information
reactorcoremeltdown committed Mar 27, 2023
1 parent 973973c commit a738b8f
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,24 @@
</a>
</li>
</ul>
<!-- Search toolbar -->
<form class="d-flex my-sm-4 my-lg-0 ms-lg-4" method="GET" action="/">
<input class="form-control me-2" type="search" placeholder="Search something..." aria-label="Search" name="q">
<button class="btn btn-primary me-2" type="submit">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"></path>
</svg>
</button>
</form>


<!-- List all pages -->
<ul class="navbar-nav me-auto ms-sm-2">
<ul class="navbar-nav ms-auto ms-sm-2">
<li class="nav-item">
<a class="nav-link" href="/list">List all pages</a>
</li>
</ul>

<!-- Graph and toggle dark mode -->
<ul class="navbar-nav ms-auto ms-sm-2">
<!-- Search toolbar -->
<li class="nav-item">
<form class="d-flex my-sm-4 my-lg-0 ms-lg-4" method="GET" action="/">
<input class="form-control me-2" type="search" placeholder="Search something..." aria-label="Search" name="q">
<button class="btn btn-primary me-2" type="submit">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"></path>
</svg>
</button>
</form>
</li>
<!-- Graph and toggle dark mode -->
<li class="nav-item">
<a class="nav-link" href="/knowledge-graph">
<img height="25px" src="/static/images/graph_5.svg" alt="graph">
Expand Down

0 comments on commit a738b8f

Please sign in to comment.