[mezzanine-users] Displaying excerpt content on blog homepage

2015-11-26 Thread wh4n
At the moment my blog displays only one image when there's two inserted. 
The text is not visible so I thought there might be a problem with excerpt 
settings or such. Do anybody know if there's a way for me to show the full 
content on every blog post on the blog homepage?

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Displaying excerpt content on blog homepage

2015-11-26 Thread wh4n
Worked perfectly! Thank you :)

Den torsdag 26 november 2015 kl. 22:22:09 UTC+1 skrev Eduardo Rivas:
>
> The blog post list template displays blurbs using {{ 
> blog_post.description_from_content }}, which will get you the first or 
> so elements of the post. The full content is available as {{ 
> blog_post.content }}. 
>
> Don't forget to add the appropriate filters! 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Displaying excerpt content on blog homepage

2015-11-26 Thread Danny

On 27/11/2015 7:52 AM, Eduardo Rivas wrote:
The blog post list template displays blurbs using {{ 
blog_post.description_from_content }}, which will get you the first or 
so elements of the post. The full content is available as {{ 
blog_post.content }}.


Don't forget to add the appropriate filters!

Here's the reference for what Eduardo mentioned - just create your own 
version of this template and change this line.

https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/blog/templates/blog/blog_post_list.html#L112

Seeya. Danny.

--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Displaying excerpt content on blog homepage

2015-11-26 Thread Eduardo Rivas
The blog post list template displays blurbs using {{ 
blog_post.description_from_content }}, which will get you the first or 
so elements of the post. The full content is available as {{ 
blog_post.content }}.


Don't forget to add the appropriate filters!

--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.