From 46699084ab957bee19438e2f8881937e1f0eb4c5 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 12 Jan 2026 17:56:18 +0100 Subject: [PATCH] Unify all "/releases" pages to be "centered" --- crates/bin/docs_rs_web/templates/releases/activity.html | 4 ++++ crates/bin/docs_rs_web/templates/releases/build_queue.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/crates/bin/docs_rs_web/templates/releases/activity.html b/crates/bin/docs_rs_web/templates/releases/activity.html index de260b60b..287a112c8 100644 --- a/crates/bin/docs_rs_web/templates/releases/activity.html +++ b/crates/bin/docs_rs_web/templates/releases/activity.html @@ -12,6 +12,10 @@ {%- include "header/topbar.html" -%} {%- endblock topbar -%} +{%- block body_classes -%} +centered +{%- endblock body_classes -%} + {%- block body -%}
diff --git a/crates/bin/docs_rs_web/templates/releases/build_queue.html b/crates/bin/docs_rs_web/templates/releases/build_queue.html index a48bf656b..3e110508e 100644 --- a/crates/bin/docs_rs_web/templates/releases/build_queue.html +++ b/crates/bin/docs_rs_web/templates/releases/build_queue.html @@ -12,6 +12,10 @@ {%- include "header/topbar.html" -%} {%- endblock topbar -%} +{%- block body_classes -%} +centered +{%- endblock body_classes -%} + {%- block body -%}