Showing 7 of 1,975 result(s)
Meerkat is free to use locally during official beta and testing periods. Meerkat may also be used locally during the development process of your site without a license key.
The development of Meerkat 3 will target the latest Statamic release. Meerkat 1 for Statamic 2 and Meerkat 2 for Statamic 3 are no longer officially supported.
Comments may be un-published from the Control Panel by selecting the "Unpublish" option below the comment's content. By default, unpublished comments are not displayed to your site's visitors.
The description method queues a <meta name="description" content"..."> tag. By default it binds to the $meta_description variable. 1 <?php 2 3 use Stillat\StatamicSiteEssentials\Support\Facades\Metadata ; 4 5 // Adjusting the returned...
The keywords method queues a <meta name="keywords" content="..."> tag. By default it binds to the $meta_keywords variable. 1 <?php 2 3 use Stillat\StatamicSiteEssentials\Support\Facades\Metadata ; 4 5 // Adjusting the returned variable. 6...
The canonical method queues a <link rel="canonical" href="..."> meta tag. By default it binds to the $meta_canonical variable. 1 <?php 2 3 use Stillat\StatamicSiteEssentials\Support\Facades\Metadata ; 4 5 // Adjusting the returned variable. 6...
The first method queues a <link rel="first" href="..."> tag. By default it binds to the $meta_link_first variable. 1 <?php 2 3 use Stillat\StatamicSiteEssentials\Support\Facades\Metadata ; 4 5 // Adjusting the returned variable. 6 Metadata ::...