Skip to content

Commit

Permalink
Update author image, desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
lethain committed Feb 17, 2014
1 parent 922ca42 commit 6efeb9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views.py
Expand Up @@ -52,8 +52,8 @@ def generate_feed(request, page_dicts, cli):
def about_module(cli=None):
"An 'About Me' module."
html = """<img src="/static/author.png">
<p>Eng leader at <a href="http://socialcode.com/">SocialCode</a>.<br>
Used to <a href="http://digg.com/">Digg</a>, and <a href="http://developer.yahoo.com/search/boss/">Y!</a>.<br>
<p>Eng leader at <a href="http://socialcode.com/">SocialCode</a><br>
Used to <a href="http://digg.com/">Digg</a>, and <a href="http://developer.yahoo.com/search/boss/">Y!</a><br>
Email: lethain[at]gmail</p>"""
return { 'title':'Will Larson', 'html':html }

Expand Down

0 comments on commit 6efeb9c

Please sign in to comment.