Showing 10 of 2,133 results.

Integrating Meerkat

…kat makes it easier than ever to integrate into your existing Statamic site by providing familiar features and syntax. Meerkat provides support for the Antlers templating system out-of-the-box, and before going further it is recommended you catch...

Default Variables

Meerkat provides a wide range of default values you can use to build your comment threads in addition to any custom values specified in your blueprint . In addition to the default variables and blueprint values, Meerkat addons can also provide...

X-UA-Compatible | General Metadata

The xUaCompatible helper method queues a <meta http-equiv="X-UA-Compatible" content="..."> tag. By default it uses IE=edge as the content. 1 <?php 2 3 use Stillat \ StatamicSiteEssentials \ Support \ Facades \ Metadata ; 4 5 Metadata :: general (...