Let’s try to use the Front to customize dynamically the look of the blog post.
I’m using it to set the icon that appears both in the timeline of posts and in the post page itself, here is how I’m gonna do it:
|
|
This front page sets an attribute timeline_icon
to the post object, so that in the posts layout layout/post.pug
and post template layout/_partial/post.pug
I can use it to specify the icon I want to show in the timeline:
|
|
Will produce this result:
Exactly what I want, simple and stright.