update home and about

This commit is contained in:
2025-05-21 15:37:35 +03:00
parent b3b9d41e8b
commit c2c021531c
19 changed files with 1065 additions and 50 deletions

View File

@@ -1,12 +1,10 @@
{% extends "_default/base.html" %}
{% block content %}
{% include "partials/hero/myhero.html" %}
{% include "partials/hero/myhero1.html" %}
{% include "partials/hero/myhero3.html" %}
{% include "partials/hero/myhero8.html" %}
{% include "partials/hero/myhero5.html" %}
{% include "partials/hero/myhero2.html" %}
{% include "partials/hero/myhero6.html" %}
{% include "partials/hero/myhero7.html" %}
{% endblock content %}
<!-- home page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}