VOY A ESE ENLACE ME SALE LO QUE TU DICES OVERRIDE THIS MACRO LE APRETO Y ME SALE MIRA MAS ABAJO LO QUE ME SALE QUE HAGO ME PUEDES AYUDAR?
... | in content_noindex.naml |
1
2
3
|
<override_macro name="app_meta" requires="node_page,servlet">
<META NAME="robots" CONTENT="noindex,follow"/>
</override_macro>
|
... | in app.naml |
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
|
<macro name="app_meta" requires="node_page,servlet">
<n.if>
<condition>
<n.both>
<condition1.is_null.app_index_record/>
<condition2.equal value1="[n.app_template/]" value2="[n.app_default_template/]"/>
</n.both>
</condition>
<then>
<n.app_meta_description/>
<n.app_meta_keywords/>
</then>
<else>
<META NAME="robots" CONTENT="noindex,follow"/>
</else>
</n.if>
</macro>
|
... | in content_noindex.naml |
1
2
3
|
<override_macro name="app_meta" requires="node_page,servlet">
<META NAME="robots" CONTENT="noindex,follow"/>
</override_macro>
|
... | in app.naml |
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
|
<macro name="app_meta" requires="node_page,servlet">
<n.if>
<condition>
<n.both>
<condition1.is_null.app_index_record/>
<condition2.equal value1="[n.app_template/]" value2="[n.app_default_template/]"/>
</n.both>
</condition>
<then>
<n.app_meta_description/>
<n.app_meta_keywords/>
</then>
<else>
<META NAME="robots" CONTENT="noindex,follow"/>
</else>
</n.if>
|
Free forum by Nabble | Edit this page |