Skip to content

Commit e98b8ec

Browse files
committed
tbs
1 parent e2ed812 commit e98b8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gci/view_twitter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def index(request):
1616
org_logo = get_logo(org_name)
1717
with open('_site/org_logo.png', 'wb') as org_logo_file:
1818
org_logo_file.write(org_logo)
19-
s.append('<link rel="../shortcut icon" type="image/png" '
20-
'href="static/favicon.png"/>')
19+
s.append('<link rel="shortcut icon" type="image/png" '
20+
'href="../static/favicon.png"/>')
2121
s.append('<img src="../static/org_logo.png" alt="'+org_name+'">')
2222

2323

0 commit comments

Comments
 (0)