Closed Vonfry closed 7 years ago
Remove an error about post_read.
Add a support for default slug.
Before this pull request, a org file named 2017-01-01-test.org without #+slug will build to 2017-01-01-test.html. Now it will build to test.html by default, and if a slug is supported it will use the slug.
2017-01-01-test.org
#+slug
2017-01-01-test.html
test.html
slug
See more: document.rb
Remove an error about post_read.
Add a support for default slug.
Before this pull request, a org file named
2017-01-01-test.org
without#+slug
will build to2017-01-01-test.html
. Now it will build totest.html
by default, and if aslug
is supported it will use theslug
.See more: document.rb