Closed ghost closed 7 years ago
How to yield recent posts and tags? I`m trying to prepare custom layout.
You can fetch recent posts by calling
# Get last 3 posts Blogo::Post.order("DESC created_at").last(3)
Same with tags.
How to yield recent posts and tags? I`m trying to prepare custom layout.