We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hola, he cambiado en el article-teaser.ejs que en vez de hacer un resumen del post, pille el contenido del excerpt
Es posible que si no hay excerpt se haga automatico recortando el contenido?
<%- truncate(strip_html(post.content), { length:200 }) %> <%- post.excerpt %>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hola, he cambiado en el article-teaser.ejs que en vez de hacer un resumen del post, pille el contenido del excerpt
Es posible que si no hay excerpt se haga automatico recortando el contenido?
<%- truncate(strip_html(post.content), { length:200 }) %>
<%- post.excerpt %>
The text was updated successfully, but these errors were encountered: