PROJECT_NAMEAlright, so how do you use it?
Download the liquid_snippet.html file from the latest release or the master branch
Toss that file in your _includes folder
Where you typically would put {{ content }} in your layout, you would instead use this Liquid tag to output your page's content:
{% include liquid_snippet.html arg1=site.whatever %}
This snippet is highly customizable. Here are the available parameters to change the behavior of the snippet.
| Parameter | Type | Default | Description |
|---|
The performance impact of this snippet on your site is pretty negligible. The stats below were gotten from Jekyll's --profile option.
Filename | Count | Bytes | Time
-------------------------------------------------+-------+----------+------
This snippet may be redistributed under the MIT license.