Skip to content

Instantly share code, notes, and snippets.

@thomas-lebeau
Last active August 29, 2015 14:24
Show Gist options
  • Save thomas-lebeau/fa98c485ab7135cd0473 to your computer and use it in GitHub Desktop.
Save thomas-lebeau/fa98c485ab7135cd0473 to your computer and use it in GitHub Desktop.
kirby get first parent
$blog = ($page->parents()->count() > 0)? $page->parents()->first() : $page;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment