|
|
@ -1,6 +1,6 @@
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<form action="{{ .Page.RelPermalink }}" method="get">
|
|
|
|
<form action="{{ .Page.RelPermalink }}" method="get">
|
|
|
|
<div class="justify-content-center row mb-3">
|
|
|
|
<div class="justify-content-center mb-3 row">
|
|
|
|
<div class="col col-sm-8 col-md-7 col-lg-6 col-xl-5 col-xxl-4">
|
|
|
|
<div class="col col-sm-8 col-md-7 col-lg-6 col-xl-5 col-xxl-4">
|
|
|
|
<input aria-label="Query" class="form-control" id="query" name="q" type="search" placeholder="Query">
|
|
|
|
<input aria-label="Query" class="form-control" id="query" name="q" type="search" placeholder="Query">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|