new homepage

This commit is contained in:
sasha-astiadi
2024-05-31 01:33:40 +03:00
parent 8cc3a3faf4
commit 9003112e45
51 changed files with 723 additions and 235 deletions

View File

@@ -2,8 +2,23 @@
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
{% include "partials/hero.html" %}
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/about.html" %}
{% include "partials/feature.html" %}
{% include "partials/stats.html" %}
{% include "partials/ventures.html" %}
{% include "partials/blogs.html" %}
{% include "partials/quote.html" %}
{% endblock content %}