user_nodes_meta

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 "user_nodes_meta".
... in user_nodes.naml
290
291
292
293
294
295
296
<macro name="user_nodes_meta" requires="user_page">
    <n.if.not.equal value1="[n.user_nodes_page_number/]" value2="1">
        <then>
            <meta name="robots" content="noindex,follow"/>
        </then>
    </n.if.not.equal>
</macro>
Feedback, Links, Privacy, Rules, Support, About