We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ed812 commit e98b8ecCopy full SHA for e98b8ec
gci/view_twitter.py
@@ -16,8 +16,8 @@ def index(request):
16
org_logo = get_logo(org_name)
17
with open('_site/org_logo.png', 'wb') as org_logo_file:
18
org_logo_file.write(org_logo)
19
- s.append('<link rel="../shortcut icon" type="image/png" '
20
- 'href="static/favicon.png"/>')
+ s.append('<link rel="shortcut icon" type="image/png" '
+ 'href="../static/favicon.png"/>')
21
s.append('<img src="../static/org_logo.png" alt="'+org_name+'">')
22
23
0 commit comments