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

Mostrar solo el preview de los posts en blog #59

Closed
pyjavo opened this issue Jul 19, 2017 · 1 comment
Closed

Mostrar solo el preview de los posts en blog #59

pyjavo opened this issue Jul 19, 2017 · 1 comment

Comments

@pyjavo
Copy link
Member

pyjavo commented Jul 19, 2017

Esta mostrando todo el post en el listado del blog, deberia solo mostrar las primeras palabras

@pyjavo
Copy link
Member Author

pyjavo commented Jul 20, 2017

  • Si hago {{ render_blog_post(child, from_index=true)|truncate(9, True) }} no sirve

  • Si uso otra cosa como {{ post.body|truncate(9, True, '...') }} me sale este error TypeError: object of type ‘Markdown’ has no len()}}

Alguna sugerencia @Scot3004 ?

@pyjavo pyjavo closed this as completed in 30bf9cf Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant