Reworking of projects page

This commit is contained in:
2025-01-03 22:08:04 +00:00
parent e0e60830be
commit 028103d321
16 changed files with 220 additions and 84 deletions

View File

@@ -1,2 +1,10 @@
{% include 'header.html' %}
<main>
<section id="tech-article">
<h1>{{ metadata.title}} </h1>
<p>{{ metadata.date | human_date }}</p>
<hr />
{{post|safe}}
</section>
</main>
{% include 'footer.html' %}