hyde-old
hyde-old copied to clipboard
excerpt property not working
Testing the presence of a post's excerpt is not working currently.
To reproduce the bug:
mkdir bugexcerpt && cd bugexcerpt- create a new hyde site
hyde -i -t default - generate and webserve:
hyde -g -s . && hyde -w -s . - browsing to
http://localhost:8080/blog/blog.htmlwon't show the excerpt although in the template there is a test onpage.excerptto display it when true.
This commit in my repo fix the issue: http://github.com/poxd/hyde/commit/5510be8b04fe2dbd8428bc6c9680d53836423065
There may be a better solution though, feedback welcomed.
this has already been reported in issue #13, no ?
You are absolutely right. Sorry for the duplication I didn't see it.
Anyway my commit mentioned above fix that.