updated_notice

NAML documentation   Watch a video
   Usages of this macro
... in topic.naml
612
613
614
615
616
617
618
619
620
<macro name="updated_notice" requires="node">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.was_updated
Binary
Namespace: NodeNamespace
>
        <then>
            <div class="weak-color" style="font-size:80%;padding-bottom:1em">
                <t
Macro
Parameters: date
>This post was updated on <t.date.when_updated
Binary
Namespace: NodeNamespace
Parameters: do
.long_format
Macro
Requires: date
/>.</t>
            </div>
        </then>
    </n.if.was_updated>
</macro>