Commit 95a62482 authored by David Perez Suarez's avatar David Perez Suarez Committed by Raniere Silva
Browse files

Fix favicon

parent 079bbc26
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@
    <link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/lesson.css" />
    <link rel="stylesheet" type="text/css" href="{{ page.root }}/assets/css/syntax.css" />
    {% if site.carpentry == "swc" %}
    <link rel="shortcut icon" type="image/x-icon" href="/favicon-swc.ico" />
    <link rel="shortcut icon" type="image/x-icon" href="{{ page.root }}/assets/img/favicon-swc.ico" />
    {% elsif site.carpentry == "dc" %}
    <link rel="shortcut icon" type="image/x-icon" href="/favicon-dc.ico" />
    <link rel="shortcut icon" type="image/x-icon" href="{{ page.root }}/assets/img/favicon-dc.ico" />
    {% elsif site.carpentry == "lc" %}
    <link rel="shortcut icon" type="image/x-icon" href="/favicon-lc.ico" />
    <link rel="shortcut icon" type="image/x-icon" href="{{ page.root }}/assets/img/favicon-lc.ico" />
    {% endif %}
    <!-- 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:// -->