edit homepage

This commit is contained in:
2024-08-17 14:53:20 +02:00
parent a4908775f0
commit f65d267075
12 changed files with 21 additions and 332 deletions

View File

@@ -0,0 +1,15 @@
{% extends "_default/base.html" %}
{% 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") %}
{{page.content | safe}}
</div>
{% include "partials/cta.html" %}
{% endblock content %}

View File

@@ -1,24 +0,0 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- mycelium.md page template, has a banner and rows of page summaries -->
{% include "partials/home1.html" %}
<div>
{% set page = get_page(path="home1/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/logos.html" %}
{% include "partials/about.html" %}
{% include "partials/benefits.html" %}
{% include "partials/howitworks.html" %}
{% include "partials/blogs.html" %}
{% include "partials/cta.html" %}
{% endblock content %}