mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
31 lines
No EOL
894 B
Markdown
31 lines
No EOL
894 B
Markdown
---
|
|
layout: page
|
|
title: "Search"
|
|
date:
|
|
modified:
|
|
excerpt:
|
|
image:
|
|
feature:
|
|
search_omit: true
|
|
sitemap: false
|
|
---
|
|
|
|
<!-- Search form -->
|
|
<form method="get" action="{{ site.url }}/search/" data-search-form class="simple-search">
|
|
<label for="q">Search {{ site.title }} for:</label>
|
|
<input type="search" name="q" id="q" placeholder="What are you looking for?" data-search-input id="goog-wm-qt" />
|
|
<input type="submit" value="Search" id="goog-wm-sb" />
|
|
</form>
|
|
|
|
<!-- Search results placeholder -->
|
|
<h6 data-search-found>
|
|
<span data-search-found-count></span> result(s) found for “<span data-search-found-term></span>”.
|
|
</h6>
|
|
<ul class="post-list" data-search-results></ul>
|
|
|
|
<!-- Search result template -->
|
|
<script type="text/x-template" id="search-result">
|
|
<li><article>
|
|
<a href="##Url##">##Title## <span class="excerpt">##Excerpt##</span></a>
|
|
</article></li>
|
|
</script> |