Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
141
Merge Requests
141
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
de0d6923
Commit
de0d6923
authored
Nov 15, 2021
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Plain Diff
erp5_xhtml_style: do not index xhtml style by default
See merge request
nexedi/erp5!1504
parents
78bc99cb
6c5db57b
Pipeline
#18323
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt
...rtal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt
+1
-1
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt
View file @
de0d6923
...
...
@@ -22,7 +22,7 @@ DEPRECATION:
<head>
<tal:block
metal:use-macro=
"global_definitions_macros/header_boilerplate"
/>
<meta
name=
"generator"
content=
"ERP5 - Copyright (C) 2001 - 2015. All rights reserved."
/>
<meta
name=
"robots"
content=
"index, follow"
/>
<meta
name=
"robots"
tal:attributes=
"content python: 'noindex, nofollow, noarchive, noimageindex, nosnippet' if here.getWebSiteValue() is None else 'index, follow'"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"google"
content=
"notranslate"
>
<tal:block
metal:use-macro=
"global_definitions_macros/render_css_js"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment