|
16 | 16 | <meta name="robots" content="noindex"> |
17 | 17 | <meta name="theme-color" content="#e2dcc5"> |
18 | 18 |
|
19 | | - |
20 | 19 | <link rel="canonical" href="$request.canonical_url" /> |
21 | | - <link rel="preconnect" href="https://athena.archive.org"> |
22 | | - <link rel="preconnect" href="https://apollo.archive.org"> |
| 20 | + |
| 21 | + $if not is_bot(): |
| 22 | + <link rel="preconnect" href="https://athena.archive.org"> |
| 23 | + <link rel="preconnect" href="https://apollo.archive.org"> |
23 | 24 |
|
24 | 25 | <link rel="search" type="application/opensearchdescription+xml" title="Open Library" href="/static/opensearch.xml"> |
25 | 26 | <link rel="manifest" href="/static/manifest.json"> |
|
59 | 60 | </style> |
60 | 61 | </noscript> |
61 | 62 | <script> |
| 63 | + $if not is_bot(): |
62 | 64 | var _mtm = window._mtm = window._mtm || []; |
63 | 65 | _mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'}); |
64 | 66 | (function() { |
65 | 67 | var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
66 | 68 | g.async=true; g.src='https://apollo.archive.org/js/container_7cLc1b4U.js'; s.parentNode.insertBefore(g,s); |
67 | | - })(); |
| 69 | + })(); |
| 70 | + |
68 | 71 | /* @licstart The following is the entire license notice for the |
69 | 72 | * JavaScript code in this page served from openlibrary.org. |
70 | 73 | * |
|
84 | 87 | * @licend The above is the entire license notice |
85 | 88 | * for the JavaScript code in this page. |
86 | 89 | */ |
87 | | - |
88 | 90 | </script> |
| 91 | + |
89 | 92 | $if "dev" in ctx.features: |
90 | 93 | <link href="$static_url('build/css/page-dev.css')" rel="stylesheet" type="text/css"/> |
91 | 94 |
|
92 | 95 | <meta name="google-site-verification" content="KrqcZD4l5BLNVyjzSi2sjZBiwgmkJ1W7n6w7ThD7A74" /> |
93 | 96 | <meta name="google-site-verification" content="vtXGm8q3UgP-f6qXTvQBo85uh3nmIYIotVqqdJDpyz4" /> |
94 | | - <!-- Drini, Google Search Console --> |
| 97 | + <!-- Google Search Console --> |
95 | 98 | <meta name="google-site-verification" content="XYOJ9Uj0MBr6wk7kj1IkttXrqY-bbRstFMADTfEt354" /> |
96 | | - <!-- Drini, Bing Webmaster Tools --> |
| 99 | + <!-- Bing Webmaster Tools --> |
97 | 100 | <meta name="msvalidate.01" content="8BEBECBEF537077737975A49D55B857D" /> |
98 | 101 |
|
99 | 102 | $putctx("sent_head", True) |
0 commit comments