Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excerpt property not working #22

Open
jacqueminv opened this issue Mar 7, 2010 · 3 comments
Open

excerpt property not working #22

jacqueminv opened this issue Mar 7, 2010 · 3 comments

Comments

@jacqueminv
Copy link

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
Copy link
Author

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

There may be a better solution though, feedback welcomed.

@solsticedhiver
Copy link

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

@jacqueminv
Copy link
Author

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

Anyway my commit mentioned above fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants