From d9f51299809bfb6b3ac589b7c42016d0ef240299 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 6 Nov 2021 09:42:47 -0400 Subject: moved templates to top level directory --- design/templates/archives/projects.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 design/templates/archives/projects.html (limited to 'design/templates/archives/projects.html') diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html deleted file mode 100644 index 738317f..0000000 --- a/design/templates/archives/projects.html +++ /dev/null @@ -1,32 +0,0 @@ -{% extends 'base.html' %} -{% load typogrify_tags %} -{% block pagetitle %}Luxagraf | Projects {% endblock %} -{% block metadescription %}Travel Themes and Experiments {% endblock %} - -{%block bodyid%}class="archive"{%endblock%} - -{% block primary %} -
-
-

Luxagraf has become a bit like an iceberg over the years. I keep adding things to it, but never actually make them public. So I decided to try making some of it more public.

-

This will lead you to some of the previously submerged stuff that doesn't always neatly fit in with the travel narrative portion of luxagraf.

-
- -
-{% endblock %} - -{% block js %}{% endblock%} -- cgit v1.2.3