From baf14633cbd8af6413290ccae5765aefd2a278a5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 20 Jun 2016 16:37:07 -0400 Subject: remove old django folder --- bn_django/templates/about.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 bn_django/templates/about.html (limited to 'bn_django/templates/about.html') diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html deleted file mode 100644 index 39ac311..0000000 --- a/bn_django/templates/about.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} - -{% block path %}{% endblock %} - -{% block title %}About bnewbold.net{% endblock %} - -{% block right_stuff %} -{% endblock %} - -{% block content %} -
- the author -
-
the perp
-
-This website is the web presence of Bryan Newbold. Chunks of the homunculus -include: -
-
brain dump -
photo gallery -
journal -
rss aggregator -
browsable code repository -
-

-There's a lot of borrowed software under the hood; see credits. -
{% endblock %} -- cgit v1.2.3