Skip to content

ponychicken/kirby-jade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby-Jade

Jade rendering plugin for Kirby.

Install

  1. Drop the folder into your plugin directory.
  2. Copy the example templates to your template folder if needed.

Caveats

Conditional attributes work only if wrapped in braces: li(class=$page->isActive() ? 'highlight' : '') should become li(class=($child->isAncestorOf($page) ? 'highlight' : ''))

About

Jade renderer for Kirby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages