Modify Ixion Theme to Include Post Excerpt On Main Page

The simplest solution would be to add the_excerpt(); immediately following the title the_title() tag.

There may be some other mods to make, but the_excerpt() is what you’re after.