Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsudorook <daemon@nullcodon.com>2019-11-02 01:58:20 +0300
committersudorook <daemon@nullcodon.com>2019-11-02 01:58:20 +0300
commit77bdc12c4736a88e275cd693fe3eb0ce235c21e7 (patch)
treea092eff3bccd0da452005ae5754a48aa02f6119f /layouts
parent200df78b45c4a65f9822028eb746acb8c782b689 (diff)
update search iconv0.4.3
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6bc14e1..7790b93 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -16,14 +16,14 @@
<div class="level-left has-text-centered">
<div class="level-item">
- <form class="control has-icon has-icon-right" method="get"
+ <form class="control has-icons has-icons-right" method="get"
action="{{ if .Site.Params.searchURL }}{{ .Site.Params.searchURL }}
{{- else }}https://duckduckgo.com
{{- end }}">
<input class="input" type="text" name="q" maxlength="255"
placeholder="Search">
<input class="input" type="hidden" name="sites" value="{{ .Site.BaseURL }}">
- <span class="icon is-small"><i class="fa fa-search"></i></span>
+ <span class="icon is-small is-right"><i class="fa fa-search"></i></span>
</form>
</div>
</div>