hyde-old icon indicating copy to clipboard operation
hyde-old copied to clipboard

excerpt property not working

Open jacqueminv opened this issue 14 years ago • 3 comments

Testing the presence of a post's excerpt is not working currently.

To reproduce the bug:

  1. mkdir bugexcerpt && cd bugexcerpt
  2. create a new hyde site hyde -i -t default
  3. generate and webserve: hyde -g -s . && hyde -w -s .
  4. browsing to http://localhost:8080/blog/blog.html won't show the excerpt although in the template there is a test on page.excerpt to display it when true.

jacqueminv avatar Mar 07 '10 16:03 jacqueminv

This commit in my repo fix the issue: http://github.com/poxd/hyde/commit/5510be8b04fe2dbd8428bc6c9680d53836423065

There may be a better solution though, feedback welcomed.

jacqueminv avatar Mar 07 '10 21:03 jacqueminv

this has already been reported in issue #13, no ?

solsticedhiver avatar Mar 11 '10 10:03 solsticedhiver

You are absolutely right. Sorry for the duplication I didn't see it.

Anyway my commit mentioned above fix that.

jacqueminv avatar Mar 11 '10 10:03 jacqueminv