From f29f0dc592a2635ae9018512da0a1f683bf48db6 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Sat, 1 Jun 2024 01:20:16 +0300 Subject: [PATCH] edit about --- templates/layouts/about.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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