Skip to content

Commit 5a1320f

Browse files
committed
Fix link to author images
1 parent f7edb3b commit 5a1320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
author, data = author
225225
s = ""
226226
if author in authorphoto:
227-
s += """<div style="float:right; clear:both; text-align:center; border:1px solid #f8f8f8; padding:0.3em; background-color:#fcfcfc; margin-left:0.5em; margin-bottom:0.5em"><img src="people/%s" style="max-width:130px; max-height:130px;" /><br/>%s</div>""" % (authorphoto[author], author)
227+
s += """<div style="float:right; clear:both; text-align:center; border:1px solid #f8f8f8; padding:0.3em; background-color:#fcfcfc; margin-left:0.5em; margin-bottom:0.5em"><img src="%s" style="max-width:130px; max-height:130px;" /><br/>%s</div>""" % (authorphoto[author], author)
228228
s += "<dt>"
229229
if data.get("web"):
230230
s += """<a href="%s">%s</a>""" % (data.get("web"), author)

0 commit comments

Comments
 (0)