From 78712eae09a2499f91f7e7d3295757e7ff699e48 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 17 May 2023 08:40:34 +0200 Subject: [PATCH] Installation page: fix links in aside TOC (#27406) --- source/_includes/guides.html | 2 +- source/_layouts/guide.html | 79 +----------------------------------- source/_layouts/page.html | 2 + 3 files changed, 4 insertions(+), 79 deletions(-) diff --git a/source/_includes/guides.html b/source/_includes/guides.html index 6df2f9363de..ea3dad012ab 100644 --- a/source/_includes/guides.html +++ b/source/_includes/guides.html @@ -28,7 +28,7 @@

{{page.title}}

- {{ content }} + {{ content | output_modder }}
diff --git a/source/_layouts/guide.html b/source/_layouts/guide.html index 13374292244..dcfc236ed06 100644 --- a/source/_layouts/guide.html +++ b/source/_layouts/guide.html @@ -2,81 +2,4 @@ layout: default --- - -
-
-
-
- {{guide.title}} -
-
-
- -
- -
- arrow-left - -
-
- - -
- - -
-

{{page.title}}

-
- {{page.content | output_modder }} -
-
-
- -
-
- - \ No newline at end of file +{% include guides.html %} \ No newline at end of file diff --git a/source/_layouts/page.html b/source/_layouts/page.html index a8669f62102..e020e7ea721 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -2,7 +2,9 @@ layout: default --- + {% if page.toc %} + {% include guides.html %}