Compare commits

..

1 commit

Author SHA1 Message Date
8b8f5f3438
templates/page.tmpl: drop unused code
Some checks failed
/ preview (pull_request) Failing after 31s
2024-09-08 16:19:36 -04:00
2 changed files with 3 additions and 7 deletions

View file

@ -88,12 +88,8 @@
<li <TMPL_IF ACTIVE>class="active"</TMPL_IF>><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a></li>
</TMPL_IF>
</TMPL_LOOP>
</ul>
</div>
</div>
</nav>
@ -111,9 +107,9 @@
<TMPL_VAR TRAILS>
</TMPL_IF>
</div> <!-- /container -->
</div> <!-- /container -->
<footer class="footer" role="contentinfo">
<footer class="footer" role="contentinfo">
<div class="container">
<TMPL_IF FOOTER>

View file

@ -1,4 +1,4 @@
<form method="get" action="<TMPL_VAR SEARCHACTION>" class="navbar-form navbar-left" role="search">
<input type="text" class="form-control" name="P" value="" size="16"
placeholder="search" />
<TMPL_IF HTML5>placeholder="search"</TMPL_IF> />
</form>