From 29e11a34c1ebe2335398912bcc9643f5afc1288a Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 19 Jul 2026 12:09:07 +1200 Subject: Finish projects page! --- templates/project.html | 18 ++++++++++++++---- templates/projects-page.html | 9 --------- 2 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 templates/projects-page.html (limited to 'templates') diff --git a/templates/project.html b/templates/project.html index 4653d1c..f2b73e1 100644 --- a/templates/project.html +++ b/templates/project.html @@ -1,10 +1,20 @@ {% extends "base.html" %} {% block content %} -

{{ section.title }}

- + + {% endblock content %} diff --git a/templates/projects-page.html b/templates/projects-page.html deleted file mode 100644 index 9902bb6..0000000 --- a/templates/projects-page.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -

- {{ page.title }} -

-

{{ page.date }}

-{{ page.content | safe }} -{% endblock content %} -- cgit v1.2.3