Showing 7 of 1,975 result(s)
The last method queues a <link rel="last" href="..."> tag. By default it binds to the $meta_link_last variable. 1 <?php 2 3 use Stillat\StatamicSiteEssentials\Support\Facades\Metadata ; 4 5 // Adjusting the returned variable. 6 Metadata ::...
The description method queues a <meta property="og: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 siteName method queues a <meta name="site_name" property="og:site_name" content="..."> tag. By default it binds to the $meta_site_name variable. 1 <?php 2 3 use Stillat\StatamicSiteEssentials\Support\Facades\Metadata ; 4 5 // Adjusting the...
By default, Social Media Image Kit will produce a nested folder structure for all generated assets. Folder names are generated using an Antlers template. This template can be changed by modifying the folder configuration value within the...
…eld is entirely informational, but can be used to customize your own templates., GitHub Edit Root, : If you'd like to have an "Edit on GitHub" link appear on your documentation's content pages, enter the URL where the GitHub file can be found....
Class : InconsistentIndentationLevelValidator The inconsistent directive spacing validator may be used to emit validation errors when a pair's opening and closing directives do not have the same indentation. The following template: 1 @if ( $this )...
This method is what Laravel calls when it is generating the links to the different pages a user can go to. It takes the page's URL, name and an option rel attribute and generates a link to it. Our Semantic UI version will look like this: