mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
search: remove old searchpage #888
This commit is contained in:
parent
24726ef4b0
commit
ff5a016c23
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
{{- $page := .page }}
|
||||
{{- $title := partial "pageHelper/title.hugo" (dict "page" .page) }}
|
||||
<article class="default">
|
||||
<header class="headline">
|
||||
</header>
|
||||
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
||||
|
||||
<search>
|
||||
<form action="javascript:triggerSearch()">
|
||||
<div class="searchform">
|
||||
<label class="a11y-only" for="R-search-by-detail">{{ T "Search" }}</label>
|
||||
<input data-search-input id="R-search-by-detail" class="search-by" name="search-by" type="search" placeholder="{{ T "Search-placeholder" }}">
|
||||
{{- partial "shortcodes/button.html" (dict
|
||||
"page" $page
|
||||
"type" "submit"
|
||||
"style" "secondary"
|
||||
"icon" "search"
|
||||
"content" (T "Search")
|
||||
)}}
|
||||
</div>
|
||||
</form>
|
||||
</search>
|
||||
<div class="searchhint">
|
||||
</div>
|
||||
<hr>
|
||||
<div id="R-searchresults">
|
||||
</div>
|
||||
|
||||
<footer class="footline">
|
||||
</footer>
|
||||
</article>
|
Loading…
Reference in a new issue