</a>
                                            </div>
                                            <div class="entry-content">
                                                <div class="content-top">
                                                    <h4 class="entry-title" itemscope="" itemtype="http://schema.org/Article">
                                                        <a itemprop="name" href="<?php 
    echo url("node/{$article->nid}");
    ?>
"><?php 
    echo $article->title;
    ?>
</a>
                                                    </h4>
                                                </div>
                                                <?php 
    echo footmali_trim_paragraph($article->body[LANGUAGE_NONE][0]['value'], 140) . '...';
    ?>
                                                <footer>
                                                    <p class="entry-author"><?php 
    echo t('by');
    ?>
 <?php 
    echo $article->name;
    ?>
</p>
                                                </footer>
                                            </div>
                                            <?php 
    echo footmali_render_share_small($article->nid, $article->title);
    ?>
                                        </article>
    echo footmali_output_image('article_teaser', $node->field_image);
    ?>
            </a>
        </div>
        <div class="entry-content">
            <div class="content-top">
                <h4 class="entry-title"><a href="/<?php 
    echo drupal_get_path_alias('node/' . $node->nid);
    ?>
"><?php 
    echo $title;
    ?>
</a></h4>
            </div>
            <?php 
    echo footmali_trim_paragraph($body[0]['value'], 140) . '...';
    ?>
            <footer>
                <!-- todo: link arthur's other articles -->
                <p class="entry-author"><?php 
    echo t('by');
    ?>
 <?php 
    echo footmali_get_article_author($node);
    ?>
</p>
            </footer>
        </div>
        <?php 
    echo footmali_render_share_small($nid, $title);
    ?>