You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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 likepost.content
or apost
block fail.The text was updated successfully, but these errors were encountered: