+
+
Last Generated: {{ ''|gen_time }}
+
+
-
+
{{ external_link('Report An Issue', "https://github.com/xen-42/outer-wilds-new-horizons/issues/new/choose", 'link-light') }}
diff --git a/docs/content/base/meta.jinja2 b/docs/content/base/meta.jinja2
index 8ad04559..e7aaf22a 100644
--- a/docs/content/base/meta.jinja2
+++ b/docs/content/base/meta.jinja2
@@ -14,6 +14,7 @@
{% set desc=page.description %}
{% endif %}
{% set img="images/home/home_logo.webp"|static|full_url %}
+{% set canonical=page.title|route|full_url %}
{% set theme_color="#222222" %}
{# Meta Info #}
@@ -23,14 +24,15 @@
{{ title }}
+
{# OpenGraph Info #}
{{ og("type", "website") }}
{{ og("title", title) }}
{{ og("description", desc) }}
-{{ og("url", page.title|route|full_url) }}
+{{ og("url", canonical) }}
{{ og("image", img) }}
-{{ og("image:alt", desc) }}
+{{ og("image:alt", "The New Horizons Logo") }}
{# Twitter Info #}
{{ tw("title", title) }}
diff --git a/docs/content/base/page_template.jinja2 b/docs/content/base/page_template.jinja2
index 4a427023..a93bd868 100644
--- a/docs/content/base/page_template.jinja2
+++ b/docs/content/base/page_template.jinja2
@@ -2,15 +2,44 @@
{% from "base/macros.jinja2" import defer_css %}
+{% set br="lg" %}
+{% set col_num=3 %}
+
{% block resources %}
{{ defer_css("https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/styles/github-dark-dimmed.min.css") }}
-
-
+
{% endblock %}
{% block content %}
-
-
+
+ {% if page.render_toc %}
+
+
+
+
+ {% endif %}
+
{{ rendered|safe }}
diff --git a/docs/content/base/schema/json/section_properties.jinja2 b/docs/content/base/schema/json/section_properties.jinja2
index 38224078..56fb851c 100644
--- a/docs/content/base/schema/json/section_properties.jinja2
+++ b/docs/content/base/schema/json/section_properties.jinja2
@@ -5,7 +5,7 @@