blog_post_header.naml

<override_macro name="blog_post_header" requires="node">
    <div class="blog-header shaded-bg-color">
        <n.if.is_pinned_in_loop>
            <then>
                <div class="pinned"></div>
            </then>
        </n.if.is_pinned_in_loop>
        <div class="blog-date weak-color">
            <n.when_created.date_only/>
        </div>
        <div class="blog-title second-font adbayes-content">
            <n.jsm_gallery_node_link/>
           <!-- coluna star removida pela Nabble em março 2014 <n.star/> -->
        </div>
        <table class="blog-details weak-color">
            <tr>
                <td class="nowrap">
                    <n.owner.avatar size="small" border_class="medium-border-color"/>
                </td>
                <td class="nowrap">
                    <t>by <t.author.owner.name truncate="20"/></t>
                    @
                    <n.when_created.time_only/>
                    <n.if.is_in_subapp>
                        <then><t>in <t.location.italic.subapp_link_on_hover/></t></then>
                    </n.if.is_in_subapp>
                </td>
            </tr>
        </table>
    </div>
</override_macro>