pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

Added support for custom slugs. Solves #16 partially #18

Closed shubheksha closed 9 years ago

shubheksha commented 9 years ago

Doesn't work for space ( slug == " ") . Throws a NullPointerException when using .equals() method.