437ca7fc2910

Remove a lot of useless stuff from the feed templates.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Jun 2009 01:42:16 -0400
parents 86efdd0bd8ca
children ebf95aec0279
branches/tags (none)
files templates/feeds/all_description.html templates/feeds/blog_description.html templates/feeds/blog_title.html templates/feeds/projects_description.html templates/feeds/projects_title.html

Changes

--- a/templates/feeds/all_description.html	Thu Jun 18 01:41:47 2009 -0400
+++ b/templates/feeds/all_description.html	Thu Jun 18 01:42:16 2009 -0400
@@ -1,7 +1,3 @@
 {% load markup %}
 
-{% ifequal obj.type 'photoblog' %}
-    <img src="{{ obj.item.original_image.url }}" />
-{% endifequal %}
-
 {{ obj.item.body|markdown }}
\ No newline at end of file
--- a/templates/feeds/blog_description.html	Thu Jun 18 01:41:47 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-{% load markup %}{{ obj.body|markdown }}
\ No newline at end of file
--- a/templates/feeds/blog_title.html	Thu Jun 18 01:41:47 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-{{ obj.title }}
\ No newline at end of file
--- a/templates/feeds/projects_description.html	Thu Jun 18 01:41:47 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-{{ obj.snip }}
\ No newline at end of file
--- a/templates/feeds/projects_title.html	Thu Jun 18 01:41:47 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-{{ obj.name }}
\ No newline at end of file