Skip to content

Commit

Permalink
use favicons for workshop page
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed May 15, 2018
1 parent b490ea4 commit 1faa3eb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions _layouts/workshop.html
Expand Up @@ -28,13 +28,9 @@
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/bootstrap-theme.css" />
<link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/lesson.css" />
{% if site.carpentry == "swc" %}
<link rel="shortcut icon" type="image/x-icon" href="/favicon-swc.ico" />
{% elsif site.carpentry == "dc" %}
<link rel="shortcut icon" type="image/x-icon" href="/favicon-dc.ico" />
{% elsif site.carpentry == "lc" %}
<link rel="shortcut icon" type="image/x-icon" href="/favicon-lc.ico" />
{% endif %}

{% include favicons.html %}

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand Down

0 comments on commit 1faa3eb

Please sign in to comment.