post_short_date

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "post_short_date".
... in topic.naml
1162
1163
1164
1165
1166
<macro name="post_short_date" requires="node">
    <span class="post-date post-date[n.id/]">
        <n.when_created.short_format/>
    </span>
</macro>