Changeset 8196 for sites/trunk/trac.wordpress.org/templates/site.html
- Timestamp:
- 02/05/2019 04:02:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r8195 r8196 25 25 else : 26 26 canonical = false; 27 28 # <meta name="robots"> 29 if req.environ['PATH_INFO'].startswith('/attachment/') : 30 robots = 'noindex, follow' 31 else : 32 robots = false 27 33 28 34 profile_to_edit = 'https://wordpress.org/support/users/' … … 71 77 <py:if test="canonical"> 72 78 <link rel="canonical" href="$canonical"/> 79 </py:if> 80 81 <py:if test="robots"> 82 <meta name="robots" content="$robots"/> 73 83 </py:if> 74 84 </py:match>
Note: See TracChangeset
for help on using the changeset viewer.