Conversation
|
|
||
| This module extends the functionality of blogs to support having a more | ||
| attractive layout that displays an excerpt of each post, a "Read more" button | ||
| and an image. All automatic. |
There was a problem hiding this comment.
Hi @yajo Thanks for another interesting contribution!
Please remove or rephrase "All Automatic"
Member
This was referenced Feb 24, 2016
2 tasks
Member
|
Please @yajo could you rebase? PRs are already merged. Let's check this PR |
added 7 commits
June 6, 2016 10:05
Add an excerpt and an image taken from the post to the blog summary page. To make this work, these open PR need to be merged: - OCA/server-tools#354 - OCA/server-tools#355
…//localhost/blog/our-news-1/post/blog-post-title-3?enable_editor=1`, not empty, so fixing here to avoid failure loading empty covers.
The output of some images was a generator instead of an URL. I add excerpt-txt and excerpt-img classes for make life easier for themes.
All images now have the same height, and excerpts are 80 words long, which mostly matches the image height.
Member
|
Thanks! 👍 @Tecnativa |
Member
|
👍 |
|
tested on runbot 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an excerpt and an image taken from the post to the blog summary page:
To make this work, these open PR need to be merged: