You can access your Hot Ink blogs from 2 different locations. The first is on the blog index page as the array variable ‘blogs’, the other is through the newspaper drop as ‘newspaper.blogs’. This can be used in combination with the ‘newspaper.latest_from_blog’ hash to run through a list of each blog and the latest posts in each blog.
For more information on how to work with Liquid data types like hashes and array, read: http://wiki.github.com/tobi/liquid/liquid-for-designers
Blog entries are available through the Article drop, with one added variable, an ‘entry.blogs’ array of all the blogs this entry is belongs to. In all but a few rare cases, you can access the entry’s blog data using the syntax ‘entry.blogs.first’.
The blog drop contains the following data:
blog.title - the title of the blog.
blog.description - the description of this blog
blog.id - the unique Hot Ink id number for this blog.
