change_post_date_link

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
655
656
657
<macro name="change_post_date_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.change_post_date_path
Macro
Requires: node
/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t
Macro
]Change post date[/t]"><n.text/></n.default.></a>
</macro>