From b4ffcd94b6d98c18f258cbd1011a28101fd4f1ab Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 29 Mar 2011 13:16:16 +0200 Subject: Added picture for Diaspora. --- css/img/diaspora.png | Bin 0 -> 1179 bytes pyAggr3g470r.py | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 css/img/diaspora.png diff --git a/css/img/diaspora.png b/css/img/diaspora.png new file mode 100644 index 00000000..fdf8bb72 Binary files /dev/null and b/css/img/diaspora.png differ diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 7977cd96..eb7accce 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -63,6 +63,8 @@ path = {'/css/style.css': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/buzz.png'}, \ '/css/img/identica.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/identica.png'}, \ + '/css/img/diaspora.png': {'tools.staticfile.on': True, \ + 'tools.staticfile.filename':utils.path+'/css/img/diaspora.png'}, \ '/css/img/heart.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/heart.png'}, \ '/css/img/heart_open.png': {'tools.staticfile.on': True, \ @@ -471,7 +473,8 @@ class Root: # Share this article: # on Diaspora - html += """Post to Diaspora\n    """ % \ + html += """\n\t + \n    """ % \ (article.article_link, article.article_title, "via pyAggr3g470r") # on Identi.ca -- cgit