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 %}