|
3 | 3 | {{ super() }}
|
4 | 4 | <meta name="robots" content="noindex">
|
5 | 5 | <script type="text/javascript" src="{{ pathto('_static/glossary_search.js', resource=True) }}"></script>
|
6 |
| - <meta property="og:title" content="Search — Python {{ version }} documentation" /> |
7 |
| - <meta property="og:type" content="website" /> |
8 |
| - <meta property="og:url" content="https://docs.python.org/{{ version }}/search.html" /> |
9 |
| - <meta property="og:site_name" content="Python documentation" /> |
10 |
| - <meta property="og:description" content="Search the Python documentation." /> |
11 |
| - <meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" /> |
12 |
| - <meta property="og:image:alt" content="Python documentation" /> |
13 |
| - <meta name="description" content="Search the Python documentation." /> |
14 |
| - <meta property="og:image:width" content="200" /> |
15 |
| - <meta property="og:image:height" content="200" /> |
| 6 | + <meta property="og:title" content="Search — Python {{ version }} documentation"> |
| 7 | + <meta property="og:type" content="website"> |
| 8 | + <meta property="og:url" content="https://docs.python.org/{{ version }}/search.html"> |
| 9 | + <meta property="og:site_name" content="Python documentation"> |
| 10 | + <meta property="og:description" content="Search the Python documentation."> |
| 11 | + <meta property="og:image" content="https://docs.python.org/3/_static/og-image.png"> |
| 12 | + <meta property="og:image:alt" content="Python documentation"> |
| 13 | + <meta name="description" content="Search the Python documentation."> |
| 14 | + <meta property="og:image:width" content="200"> |
| 15 | + <meta property="og:image:height" content="200"> |
16 | 16 | {% endblock %}
|
17 | 17 | {% block searchresults %}
|
18 | 18 | <div id="search-results">
|
|
0 commit comments