Table of Contents
Usage
Append ?query=search+query
to the pages URL to search pages by file name or file content.
Add this snippet just before the </header>
in header.php
file of your active layout to add the default search form:
<?= self::form('search'); ?>
Conditions
These page conditional statements are available to quickly determine the type of page we are currently in:
$site->has('query')
→ Returntrue
if current page is a search results page.
Classes
These HTML classes will be added to the <html>
element that has a class
attribute:
has:query
→ Will be added on search results page.
0 Comments
No comments yet.