Filename:
3-third-post
Extension:
blade.php
Path:
/posts/3-third-post
BASE URL:
http://jigsaw-test.dev
URL:
http://jigsaw-test.dev/posts/3-third-post
Global Variable:
some global variable
By Adam Wathan · 04/12/2017
By Keith Damiani · 03/01/2016
References to adjacent collection items:
This file, named My Third Post, ends in blade.php, and therefore gets processed as by the Blade parser. It does not get parsed as a Markdown file.
NOTE: Blade-only collection items do not have a getContent() value at the moment. So functions that rely on it, such as the user-defined preview() function, will not return anything for now.
User-defined helper function preview() from collections.php, invoked at the item level:
...
User-defined helper function, invoked on adjacent collection items
A Blade/Markdown hybrid. This filename ends with blade.md and is processed by both the Blade p...
Access a Jigsaw Collection as Illuminate Collection
Dump of $page (can also be accessed as singular version of collection name, i.e. $post)