classic_post_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 "classic_post_date".
... in topic.naml
741
742
743
744
745
<macro name="classic_post_date" requires="node">
    <span class="post-date float-left">
        <n.when_created.long_format/>
    </span>
</macro>