Move all pumpkin code to pumpkin.js, remove posts route(will be moved to home), modify the post structure

This commit is contained in:
csd4ni3l
2025-10-23 17:53:23 +02:00
parent 507c3b56bd
commit e238687a09
8 changed files with 103 additions and 359 deletions

View File

@@ -6,9 +6,6 @@
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/posts">Posts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/profile">Profile</a>
</li>
@@ -18,5 +15,7 @@
{% endblock %}
{% block body %}
<p>LoginWeen is a an app where you login/register with a halloween pumpkin carving as a password.</p>
<div class="position-absolute top-50 start-50 translate-middle text-center">
<p>LoginWeen is a an app where you login/register with a halloween pumpkin carving as a password.</p>
</div>
{% endblock body %}