edit about page

This commit is contained in:
2024-08-17 15:58:13 +02:00
parent f65d267075
commit bed2f668a9
9 changed files with 178 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<!-- mycelium.md page template, has a banner and rows of page summaries -->
{% include "partials/about.html" %}
<div>
{% set page = get_page(path="about/index.md") %}
@@ -10,6 +10,9 @@
</div>
{% include "partials/cta.html" %}
{% include "partials/about1.html" %}
{% include "partials/about2.html" %}
{% include "partials/about3.html" %}
{% include "partials/about4.html" %}
{% endblock content %}