From 9ba7734f1e5153bb44bc8a8aada9aed1fa31636f Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 21 May 2022 13:08:19 +0200 Subject: [PATCH] docs: adapt forward layout to systemd.io design --- docs/_layouts/default.html | 2 +- docs/_layouts/forward.html | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 4649fda737e..9e3b1b00372 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,7 +1,7 @@ - + {% include head.html %} diff --git a/docs/_layouts/forward.html b/docs/_layouts/forward.html index 499b41852a2..5d3799b0680 100644 --- a/docs/_layouts/forward.html +++ b/docs/_layouts/forward.html @@ -1,14 +1,26 @@ + + + - + + + + + + + Redirecting to {{ page.target }} -

- This document has moved.
- Redirecting to {{ page.target }}. -

+ {% include header.html %} +
+

+ This document has moved.
+ Redirecting to {{ page.target }}. +

+
-- 2.47.3