diff options
| author | franck cuny <franck.cuny@gmail.com> | 2008-12-27 13:32:00 +0100 |
|---|---|---|
| committer | franck cuny <franck.cuny@gmail.com> | 2008-12-27 13:32:00 +0100 |
| commit | ccb0757d888cb7f72679392bf46a459092f090eb (patch) | |
| tree | ed327b35160e1d2f9cec263f0db8d99a4a15effa | |
| parent | fix (diff) | |
| parent | fix config and url flickr (diff) | |
| download | lifestream-ccb0757d888cb7f72679392bf46a459092f090eb.tar.gz | |
Merge branch 'master' of /home/franck/code/repositories/public/lifestream
* 'master' of /home/franck/code/repositories/public/lifestream:
fix config and url flickr
| -rw-r--r-- | lifestream.tt | 2 | ||||
| -rw-r--r-- | lifestream.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lifestream.tt b/lifestream.tt index 24fc463..0a3c8c1 100644 --- a/lifestream.tt +++ b/lifestream.tt @@ -73,7 +73,7 @@ [% END %] <li class="service-icon icon-service-flickr"> - <a href="http://flickr.com/photos/franck/" rel="me">Flickr Profile</a> + <a href="http://flickr.com/photos/franck_/" rel="me">Flickr Profile</a> </li> diff --git a/lifestream.yaml b/lifestream.yaml index be66801..ec2ae14 100644 --- a/lifestream.yaml +++ b/lifestream.yaml @@ -22,5 +22,5 @@ actions: profiles: - source: lastfm - url: http://www.last.fm/user/franckcuny/ + source_url: http://www.last.fm/user/franckcuny/ caption: Last.fm |
