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/homepage.html | 90 --------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 design/templates/archives/homepage.html (limited to 'design/templates/archives/homepage.html') diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html deleted file mode 100644 index 8640dad..0000000 --- a/design/templates/archives/homepage.html +++ /dev/null @@ -1,90 +0,0 @@ -{% extends 'base.html' %} -{% load get_image_by_size %} -{% load typogrify_tags %} -{%block htmlclass%}class="black"{%endblock%} -{% block sitename %} - - Luxagraf - {%endblock%} -{%block bodyid%}id="home"{%endblock%} - -{% block primary %} -
-

About Luxagraf

-

Luxagraf is my notebook. Something that, in an earlier age, I would have long ago lost in the backseat of a taxi.

-

Or something like that. It could just be a website. Except that I don’t do lists. And I’m not trying to make money off of it.

Whatever it is, whatever brought you here, I hope you enjoy it.

-
-
-
-

Most Popular

- {% for object in homepage.popular.all %} - {% endfor %} -

Read More

-
-
-

Most Recent

- {% for object in recent %}{% if object.pk != homepage.featured.pk %} - {%endif%}{% endfor %} -
-
-{% endblock %} - -{% block js %}{% comment %} {% endcomment%}{% endblock%} -- cgit v1.2.3-70-g09d2