Added support for images on project and author pages.

This commit is contained in:
天クマ 2025-10-26 15:54:27 -03:00
commit 6ef89eed3d
16 changed files with 67 additions and 20 deletions

View file

@ -19,6 +19,7 @@
<p id="projectSubtitle">{{ subtitle }}</p>
</div>
</div>
{% include "project_image.njk" %}
<main id="projectDescription">
{{ content | safe }}
</main>