summaryrefslogtreecommitdiff
path: root/templates/projects-page.html
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-07-19 12:09:07 +1200
committerArslaan Pathan <[email protected]>2026-07-19 12:09:07 +1200
commit29e11a34c1ebe2335398912bcc9643f5afc1288a (patch)
tree2d39ac442beaf74e2f8d50bf8f3d0b9c87673677 /templates/projects-page.html
parentb96b17d7d4e1557205cd91f582ae46265d6de632 (diff)
downloadarslaancodes-29e11a34c1ebe2335398912bcc9643f5afc1288a.tar.xz
arslaancodes-29e11a34c1ebe2335398912bcc9643f5afc1288a.zip
Finish projects page!HEADmain
Diffstat (limited to 'templates/projects-page.html')
-rw-r--r--templates/projects-page.html9
1 files changed, 0 insertions, 9 deletions
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 %}
-<h1 class="title">
- {{ page.title }}
-</h1>
-<p class="subtitle"><strong>{{ page.date }}</strong></p>
-{{ page.content | safe }}
-{% endblock content %}