8000 Remove unnecessary closing · StanFromIreland/cpython@b4d9930 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4d9930

Browse files
Remove unnecessary closing
1 parent 8af422d commit b4d9930

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

Doc/tools/templates/download.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
{%- block extrahead -%}
1616
{{ super() }}
17-
<meta property="og:title" content="Download — Python {{ version }} documentation" />
18-
<meta property="og:type" content="website" />
19-
<meta property="og:url" content="https://docs.python.org/{{ version }}/download.html" />
20-
<meta property="og:site_name" content="Python documentation" />
21-
<meta property="og:description" content="Download the Python documentation." />
22-
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
23-
<meta property="og:image:alt" content="Python documentation" />
24-
<meta name="description" content="Download the Python documentation." />
25-
<meta property="og:image:width" content="200" />
26-
<meta property="og:image:height" content="200" />
17+
<meta property="og:title" content="Download — Python {{ version }} documentation">
18+
<meta property="og:type" content="website">
19+
<meta property="og:url" content="https://docs.python.org/{{ version }}/download.html">
20+
<meta property="og:site_name" content="Python documentation">
21+
<meta property="og:description" content="Download the Python documentation.">
22+
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png">
23+
<meta property="og:image:alt" content="Python documentation">
24+
<meta name="description" content="Download the Python documentation.">
25+
<meta property="og:image:width" content="200">
26+
<meta property="og:image:height" content="200">
2727
{%- endblock -%}
2828

2929
{% block body %}

Doc/tools/templates/indexcontent.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
{%- endblock -%}
55
{%- block extrahead -%}
66
{{ super() }}
7-
<meta property="og:title" content="Python {{ version }} documentation" />
8-
<meta property="og:type" content="website" />
9-
<meta property="og:url" content="https://docs.python.org/{{ version }}/index.html" />
10-
<meta property="og:site_name" content="Python documentation" />
11-
<meta property="og:description" content="The official Python documentation." />
12-
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
13-
<meta property="og:image:alt" content="Python documentation" />
14-
<meta name="description" content="The official Python documentation." />
15-
<meta property="og:image:width" content="200" />
16-
<meta property="og:image:height" content="200" />
7+
<meta property="og:title" content="Python {{ version }} documentation">
8+
<meta property="og:type" content="website">
9+
<meta property="og:url" content="https://docs.python.org/{{ version }}/index.html">
10+
<meta property="og:site_name" content="Python documentation">
11+
<meta property="og:description" content="The official Python documentation.">
12+
<meta property="og:image" content="https://docs.python.org/3/_static/og-image.png">
13+
<meta property="og:image:alt" content="Python documentation">
14+
<meta name="description" content="The official Python documentation.">
15+
<meta property="og:image:width" content="200">
16+
<meta property="og:image:height" content="200">
1717
{%- endblock -%}
1818
{% block body %}
1919
<h1>{{ docstitle|e }}</h1>

Doc/tools/templates/search.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
{{ super() }}
44
<meta name="robots" content="noindex">
55
<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">
1616
{% endblock %}
1717
{% block searchresults %}
1818
<div id="search-results">

0 commit comments

Comments
 (0)
0