commenting out rand button in navbar
This commit is contained in:
@@ -22,9 +22,9 @@
|
|||||||
<div class="nav-links">
|
<div class="nav-links">
|
||||||
<a href="/tags">tags</a>
|
<a href="/tags">tags</a>
|
||||||
<a href="/about">about</a>
|
<a href="/about">about</a>
|
||||||
@if(!/^\/\d$/.test(url.pathname))
|
<!-- @if(!/^\/\d$/.test(url.pathname))
|
||||||
<a href="/random" id="nav-random">rand</a>
|
<a href="/random" id="nav-random">rand</a>
|
||||||
@endif
|
@endif -->
|
||||||
<a href="#" id="nav-search-btn" title="Search"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"
|
<a href="#" id="nav-search-btn" title="Search"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"
|
||||||
fill="currentColor" viewBox="0 0 16 16">
|
fill="currentColor" viewBox="0 0 16 16">
|
||||||
<path
|
<path
|
||||||
@@ -51,9 +51,9 @@
|
|||||||
<ol>
|
<ol>
|
||||||
<a href="/tags">tags</a>
|
<a href="/tags">tags</a>
|
||||||
<a href="/about">about</a>
|
<a href="/about">about</a>
|
||||||
@if(!/^\/\d$/.test(url.pathname))
|
<!-- @if(!/^\/\d$/.test(url.pathname))
|
||||||
<a href="/random" id="nav-random">rand</a>
|
<a href="/random" id="nav-random">rand</a>
|
||||||
@endif
|
@endif -->
|
||||||
<a href="#" id="nav-search-btn-guest" title="Search"><svg xmlns="http://www.w3.org/2000/svg" width="16"
|
<a href="#" id="nav-search-btn-guest" title="Search"><svg xmlns="http://www.w3.org/2000/svg" width="16"
|
||||||
height="16" fill="currentColor" viewBox="0 0 16 16">
|
height="16" fill="currentColor" viewBox="0 0 16 16">
|
||||||
<path
|
<path
|
||||||
|
|||||||
Reference in New Issue
Block a user