updated_notice

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 "updated_notice".
... in topic.naml
612
613
614
615
616
617
618
619
620
<macro name="updated_notice" requires="node">
    <n.if.was_updated>
        <then>
            <div class="weak-color" style="font-size:80%;padding-bottom:1em">
                <t>This post was updated on <t.date.when_updated.long_format/>.</t>
            </div>
        </then>
    </n.if.was_updated>
</macro>