Skip to content

Commit

Permalink
lazyg Merge branch 'master' of github.com:mansoorbarri/roadster
Browse files Browse the repository at this point in the history
  • Loading branch information
mansoorbarri committed Jan 9, 2025
2 parents cd1262d + 97d332a commit 9b44d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/widgets/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<form class="widget-search__form" role="search" method="get" action="{{ $actionURL }}">
<input class="widget-search__field" type="search" placeholder="{{ T "search_placeholder" }}" value="" name="q" aria-label="{{ T "search_placeholder" }}">
<input class="widget-search__submit" type="submit" value="Search">
{{ if $inputName -}}<input type="hidden" name="{{ $inputName }}" value="{{ $inputPre }}{{ .Site.BaseURL }}">{{- end }}
{{ if $inputName -}}<input type="hidden" name="{{ $inputName }}" value="{{ $inputPre }}{{ site.Home.RelPermalink }}">{{- end }}
</form>
</div>
</div>

0 comments on commit 9b44d5f

Please sign in to comment.