This commit is contained in:
2024-11-14 04:37:19 +01:00
parent 49ed5bfbbc
commit 6c3d462f06
41 changed files with 384 additions and 123 deletions

View File

@@ -4,15 +4,13 @@
<!-- home page template, has a banner and rows of page summaries -->
{% include "partials/hero.html" %}
{% include "partials/logos2.html" %}
{% include "shortcodes/grid_stats.html" %}
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/about1.html" %}
{% include "partials/about.html" %}