From 449f74df4729f67c89190efdde22249771215bd5 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 2 Dec 2009 20:35:49 -0500 Subject: minorly improved link listings --- .../templates/journal/linkartifact_list.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'bn_django') diff --git a/bn_django/journal/templates/journal/linkartifact_list.html b/bn_django/journal/templates/journal/linkartifact_list.html index ed40032..6caaffa 100644 --- a/bn_django/journal/templates/journal/linkartifact_list.html +++ b/bn_django/journal/templates/journal/linkartifact_list.html @@ -8,19 +8,27 @@ » links {% endblock %} -{% block title %}Interesting Links{% endblock %} +{% block title %}Links Galore!{% endblock %} +{% block right_stuff %} +This page has an RSS feed. +{%endblock %} {% block content %} +New favorite finds from the net. Good posts from +RSS feeds +end up at feeds.bnewbold.net. +

-
-This page has an RSS feed. -
- {% if object_list %} {% else %} -- cgit v1.2.3