edit about
This commit is contained in:
parent
ccc4ce97ab
commit
f29f0dc592
@ -3,11 +3,13 @@
|
|||||||
|
|
||||||
<!-- home page template, has a banner and rows of page summaries -->
|
<!-- home page template, has a banner and rows of page summaries -->
|
||||||
|
|
||||||
{% include "partials/company.html" %}
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{% set page = get_page(path="about/index.md") %}
|
{% set page = get_page(path="about/index.md") %}
|
||||||
{{page.content | safe}}
|
{{page.content | safe}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include "partials/company.html" %}
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Reference in New Issue
Block a user