Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions templates/crate/build_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{{ macros::doc_title(name=metadata.name, version=metadata.version) }}
{%- endblock title -%}

{%- block body_classes -%}
centered
{%- endblock body_classes -%}

{%- block topbar -%}
{%- set latest_version = "" -%}
{%- set latest_path = "" -%}
Expand Down
4 changes: 4 additions & 0 deletions templates/crate/builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="canonical" href="{{ canonical_url | safe }}" />
{%- endblock -%}

{%- block body_classes -%}
centered
{%- endblock body_classes -%}

{%- block topbar -%}
{%- set latest_version = "" -%}
{%- set latest_path = "" -%}
Expand Down
4 changes: 4 additions & 0 deletions templates/releases/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
}}
{%- endblock header -%}

{%- block body_classes -%}
centered
{%- endblock body_classes -%}

{%- block body -%}
<div class="container">
<div class="recent-releases-container">
Expand Down