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

How can full content be echoed in a listing context? #4

Open
alanhogan opened this issue Apr 29, 2011 · 3 comments
Open

How can full content be echoed in a listing context? #4

alanhogan opened this issue Apr 29, 2011 · 3 comments

Comments

@alanhogan
Copy link

In the default distribution, listing.j2 uses, eventually, post.excerpt to echo a post excerpt; however it is not obvious how to echo the full post content instead of an excerpt, and the obvious attempts like post.content or a post block fail.

@navilan
Copy link
Member

navilan commented Apr 29, 2011

See my comment on Issue #3.


The best way to echo the entire content is to mark it for use. But the entire html of a post is available for use. If you have pyquery installed, then you also get to refer to the html using jquery syntax. Will gist an example for this tomorrow.

@alanhogan
Copy link
Author

See:

hyde/hyde#34

@alanhogan
Copy link
Author

I closed this but am re-opening as it is really your discretion whether this should be considered resolved, as the relevant documentation is not yet part of hyde/docs itself.

@alanhogan alanhogan reopened this May 16, 2011
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