reply_to_author_link

   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 "reply_to_author_link".
... in utilities.naml
651
652
653
<macro name="reply_to_author_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.reply_to_author_path/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default. to="[t]Reply to author[/t]"><n.text/></n.default.></a>
</macro>