Merge pull request #30 from ourworldventures/development

edit about
This commit is contained in:
sasha-astiadi 2024-06-01 00:22:17 +02:00 committed by GitHub
commit 8337bebe52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 %}