0.8.7
Added
Site->linkStack()
is used to return an associative array with file paths as keys and page titles as values based on the path given. #36Site->breadcrumbs()
is used to return an associative array with file paths as keys and page titles as values based on the path given. You can also pass in an offset and length to leave out certain levels of the folder stack. #36
Refactored
Site->titles()
to useSite->linkStack()
#36
What's Changed
- update: Dependencies by @joshbruce in #34
- Go deeper with content by @joshbruce in #35
- Go deeper with content by @joshbruce in #36
Full Changelog: 0.8.6...0.8.7