Mercurial > public > pelican-blog
changeset 6:061a5ff7ec61
Tweak wording of the blogroll links.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 31 Jan 2014 19:27:07 -0600 |
parents | 4b5cdcc351c5 |
children | 49bebfa6f9d3 |
files | pelicanconf.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pelicanconf.py Fri Jan 31 19:12:50 2014 -0600 +++ b/pelicanconf.py Fri Jan 31 19:27:07 2014 -0600 @@ -17,8 +17,8 @@ # Blogroll LINKS = [ - ('Delicious', 'http://delicious.com/bgneal'), - ('Careers 2.0', 'http://careers.stackoverflow.com/bgneal'), + ('My Delicious', 'http://delicious.com/bgneal'), + ('My Careers 2.0 Profile', 'http://careers.stackoverflow.com/bgneal'), ('SurfGuitar101.com', 'http://surfguitar101.com/'), ]