feeds_link

NAML documentation   Watch a video
   Usages of this macro
... in utilities.naml
475
476
477
<macro name="feeds_link" requires="node" dot_parameter="text" parameters="title, class">
    <a href="[n.feeds_path
Macro
Requires: node
/]" class="[n.class/]" rel="nofollow" title="[n.title/]"><n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Feeds[/t]"><n.text/></n.default.></a>
</macro>