Skip to content

Commit 42da564

Browse files
Merge pull request #569 from geneontology/suzialeksander-patch-11
Update favicon and logo image paths in index.html
2 parents 12f9f62 + 0f511d0 commit 42da564

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
1010
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css" crossorigin="anonymous">
11-
<link href="{{ '/go-logo-favicon.ico' | relative_url }}" rel="icon" type="image/x-icon" />
11+
<link href="/helpdesk/go-logo-favicon.ico" rel="icon" type="image/x-icon" />
1212
</head>
1313

1414
<body>
@@ -19,7 +19,7 @@
1919
</button>
2020

2121
<a class="navbar-brand" href="http://help.geneontology.org">
22-
<img src="{{ '/go-logo.mini.png' | relative_url }}" height="30" class="d-inline-block align-top" alt="">
22+
<img src="/helpdesk/go-logo.mini.png" height="30" class="d-inline-block align-top" alt="">
2323
Helpdesk
2424
</a>
2525

@@ -122,7 +122,7 @@ <h1 class="display-3">The GO Helpdesk</h1>
122122
</p>
123123
</div>
124124
<div class="col-xl-4">
125-
<img class="mx-auto d-block" style="height:200px;" src="{{ '/go-logo-icon.png' | relative_url }}" />
125+
<img src="/helpdesk/go-logo-icon.png" class="mx-auto d-block" style="height:200px;" />
126126
</div>
127127
</div>
128128

0 commit comments

Comments
 (0)