From d7f99435105fd28e730427c0e494c9607d3803a3 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 17 Oct 2011 02:57:42 +0200 Subject: Removed links module --- templates/base.html | 1 - templates/links/links.html | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 templates/links/links.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index e910a76..01ec076 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,7 +25,6 @@ home
blog
projects
- links {% block submenu %}{% endblock %} diff --git a/templates/links/links.html b/templates/links/links.html deleted file mode 100644 index b911d80..0000000 --- a/templates/links/links.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base.html" %} - -{% block subtitle %} - links -{% endblock %} - -{% block content %} -
-
- links -
- {% if bookmarklist %} - {% for link in bookmarklist %} - {{ link.name }}
- {% endfor %} - {% else %} - No links, no where... - {% endif %} -
-{% endblock %} -- cgit v1.2.3-54-g00ecf