Search

Showing 7 of 1,975 result(s)

/site-essentials-for-statamic/v1/general-metadata#content-last-link

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 ::...

/site-essentials-for-statamic/v1/open-graph-metadata#content-description

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...

/site-essentials-for-statamic/v1/open-graph-metadata#content-site-name

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...

/social-media-image-kit/v1/configuration#content-configuring-folder-paths

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...

/tidal-starter-kit/v1/project-github-settings

…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....

/blade-parser/v1/the-validate-command#content-inconsistent-directive-indentation

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 )...

/blog/2014/12/13/semantic-ui-paginator-for-laravel-4#content-step-13-the-getpagelinkwrapper-method

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: