{{ page.title | safe }}
- + {# Reading time and last-updated metadata badges #}
{% if page.extra.reading_time %}
diff --git a/custom-site-assets/templates/index.html b/custom-site-assets/templates/index.html
index ecc708d..4d86f37 100644
--- a/custom-site-assets/templates/index.html
+++ b/custom-site-assets/templates/index.html
@@ -2,16 +2,16 @@
{% block seo %}
{{ super() }}
-
+
{% set title = "About me" %}
{% if config.extra.title_addition %}
{% set title_addition = title ~ " | " ~ config.extra.title_addition %}
{% else %}
{% set title_addition = title %}
{% endif %}
-
+
{% set description = config.description %}
-
+
{{ macros_head::seo(title=title_addition, title_addition=title_addition, description=description, is_home=true) }}
{% endblock seo %}
@@ -30,10 +30,10 @@
{{ macros_sidebar::docs_sidebar(current_section=current_section) }}
-
+
{# Retrieve the README page directly for the home landing #}
{% set page = get_page(path="docs/readme.md") %}
-
+
{{ macros_toc::docs_toc(page=page) }}