Loading _layouts/base.html +3 −3 Original line number Diff line number Diff line Loading @@ -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:// --> Loading Loading
_layouts/base.html +3 −3 Original line number Diff line number Diff line Loading @@ -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:// --> Loading