Master #36

Merged
sasha-astiadi merged 53 commits from master into development 2024-06-21 15:06:32 +00:00
Showing only changes of commit 8337bebe52 - Show all commits

View File

@ -3,11 +3,13 @@
<!-- home page template, has a banner and rows of page summaries -->
{% include "partials/company.html" %}
<div>
{% set page = get_page(path="about/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/company.html" %}
{% endblock content %}