File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5
5
{{ macros::doc_title(name=metadata.name, version=metadata.version) }}
6
6
{%- endblock title -%}
7
7
8
+ {%- block body_classes -%}
9
+ centered
10
+ {%- endblock body_classes -%}
11
+
8
12
{%- block topbar -%}
9
13
{%- set latest_version = "" -%}
10
14
{%- set latest_path = "" -%}
Original file line number Diff line number Diff line change 9
9
< link rel ="canonical " href ="{{ canonical_url | safe }} " />
10
10
{%- endblock -%}
11
11
12
+ {%- block body_classes -%}
13
+ centered
14
+ {%- endblock body_classes -%}
15
+
12
16
{%- block topbar -%}
13
17
{%- set latest_version = "" -%}
14
18
{%- set latest_path = "" -%}
Original file line number Diff line number Diff line change 15
15
}}
16
16
{%- endblock header -%}
17
17
18
+ {%- block body_classes -%}
19
+ centered
20
+ {%- endblock body_classes -%}
21
+
18
22
{%- block body -%}
19
23
< div class ="container ">
20
24
< div class ="recent-releases-container ">
You can’t perform that action at this time.
0 commit comments