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

search.html « partials « layouts - gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53b7b9a682979363fe37af19e4799dfa7ee84bf4 (plain)
1
2
3
<div class="container text-center mt-3">
    <iframe src="https://duckduckgo.com/search.html?site={{.Site.BaseURL}}&prefill={{.Site.Params.search.placeholder}}" style="overflow:hidden;margin:0;padding:0;max-width:80%;height:40px;" frameborder="0"></iframe>
</div>