-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Initial support for the related_posts plugin. #27
Initial support for the related_posts plugin. #27
Conversation
@elementalvoid, yeah, I dislike the Maybe the horizontal separator could be done with an By the way, I liked this idea 😄 |
Okay, I'll rework without the |
Bump.. What do you think @alexandrevicenzi? |
@elementalvoid The code looks good, but how it's looks like (screenshot) and how do I setup this? |
To enable it you need to install the related_posts plugin and then add |
Good job @elementalvoid |
@elementalvoid is it ok to merge? I think this could be a little bit more beauty, like this example. Do you think is it common to have covers on posts? I don't think so. Maybe we could use post title and some summary. Or just keep this way. Not sure whats the best option here. |
My personal preference would be to leave it as is. I don't use cover images nor do I think that it's common to use post cover images. At least not on blogs that are using Pelican. I could see supporting summaries as an optional thing. I'm happy with just the title though. |
Initial support for the related_posts plugin.
Thanks @elementalvoid. |
Changes - [Update font-awesome](alexandrevicenzi/Flex#31) - [Added browser color configuration](alexandrevicenzi/Flex#34) - [Related posts](alexandrevicenzi/Flex#27) - [More Pygments Styles](alexandrevicenzi/Flex#38)
Changes - [Update font-awesome](alexandrevicenzi/Flex#31) - [Added browser color configuration](alexandrevicenzi/Flex#34) - [Related posts](alexandrevicenzi/Flex#27) - [More Pygments Styles](alexandrevicenzi/Flex#38)
@alexandrevicenzi
If you want it, I added basic support for the related_posts plugin. It will automatically disable itself if the plugin is not enabled.
However, I don't think you'll like the DOM container that I put it in. : ) Please suggest something better than 'footer' and I'll update it. I say this because it isn't actually in the footer but I got a nice horizontal separator for free by putting it in a footer element.