diff --git a/templates/layouts/about.html b/templates/layouts/about.html index 4fea5d4..03bd26d 100644 --- a/templates/layouts/about.html +++ b/templates/layouts/about.html @@ -3,11 +3,13 @@ -{% include "partials/company.html" %} +
{% set page = get_page(path="about/index.md") %} {{page.content | safe}}
+{% include "partials/company.html" %} + {% endblock content %} \ No newline at end of file