Erster Entwurf
This commit is contained in:
commit
b5d27b3fc9
66 changed files with 11671 additions and 0 deletions
11
themes/mainroad/layouts/partials/widgets/search.html
Normal file
11
themes/mainroad/layouts/partials/widgets/search.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{- if .Site.Params.widgets.search }}
|
||||
<div class="widget-search widget">
|
||||
<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
|
||||
<label>
|
||||
<input class="widget-search__field" type="search" placeholder="{{ T "search_placeholder" }}" value="" name="q">
|
||||
</label>
|
||||
<input class="widget-search__submit" type="submit" value="Search">
|
||||
<input type="hidden" name="sitesearch" value="{{ .Site.BaseURL }}" />
|
||||
</form>
|
||||
</div>
|
||||
{{- end }}
|
Loading…
Add table
Add a link
Reference in a new issue