Skip to content

Commit

Permalink
Fix favicon prod path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gardener committed Aug 16, 2017
1 parent fb820ab commit 65fc7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compair/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<base href="/app/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="{{ static_img_path }}/black-favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{ static_img_path }}/black-favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="{{ static_img_path }}black-favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{ static_img_path }}black-favicon-16x16.png" sizes="16x16" />
<title>ComPAIR Learning Application</title>
<meta name="description" content="The ComPAIR learning application pairs student answers for deeper learning through comparison of peer work. This is the site for live courses at UBC.">

Expand Down

0 comments on commit 65fc7ba

Please sign in to comment.