diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-01-11 03:47:34 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-01-11 03:47:34 +0000 |
commit | f01e43401b69a1540560dab2c359ad7574a8b8e4 (patch) | |
tree | 2a812172e796feda238e2fc5dc2ea8aeff05523b /templates/feeds | |
parent | c5924fb42438bf9a1dd69414ad0b42594c429fea (diff) |
added tumblr client code
Diffstat (limited to 'templates/feeds')
-rw-r--r-- | templates/feeds/blog_description.html | 1 | ||||
-rw-r--r-- | templates/feeds/links_description.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/feeds/blog_description.html b/templates/feeds/blog_description.html new file mode 100644 index 0000000..29c4f44 --- /dev/null +++ b/templates/feeds/blog_description.html @@ -0,0 +1 @@ +{{obj.body_html|safe}}
\ No newline at end of file diff --git a/templates/feeds/links_description.html b/templates/feeds/links_description.html new file mode 100644 index 0000000..09d5411 --- /dev/null +++ b/templates/feeds/links_description.html @@ -0,0 +1 @@ +<img style="float: left; padding: 0 5px 5px 0;"src="http://images.luxagraf.net/magnolia_thumbs/{{obj.screen_url}}" />{{obj.description|safe }}
\ No newline at end of file |