Unverified Commit 1faa3ebd authored by François Michonneau's avatar François Michonneau
Browse files

use favicons for workshop page

parent b490ea4d
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -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]>