Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-27 07:04:02

0001 {% assign favicon_url = relative_root_path | append: '/assets/favicons/' | append: site.carpentry  %}
0002 
0003 {% if site.carpentry == 'swc' %}
0004 {% assign carpentry = 'Software Carpentry' %}
0005 {% elsif site.carpentry == 'dc' %}
0006 {% assign carpentry = 'Data Carpentry' %}
0007 {% elsif site.carpentry == 'lc' %}
0008 {% assign carpentry = 'Library Carpentry' %}
0009 {% elsif site.carpentry == 'cp' %}
0010 {% assign carpentry = 'The Carpentries' %}
0011 {% endif %}
0012 
0013     <!-- Favicons for everyone -->
0014     <link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ favicon_url }}/apple-touch-icon-57x57.png" />
0015     <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ favicon_url }}/apple-touch-icon-114x114.png" />
0016     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ favicon_url }}/apple-touch-icon-72x72.png" />
0017     <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ favicon_url }}/apple-touch-icon-144x144.png" />
0018     <link rel="apple-touch-icon-precomposed" sizes="60x60" href="{{ favicon_url }}/apple-touch-icon-60x60.png" />
0019     <link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ favicon_url }}/apple-touch-icon-120x120.png" />
0020     <link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{ favicon_url }}/apple-touch-icon-76x76.png" />
0021     <link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ favicon_url }}/apple-touch-icon-152x152.png" />
0022     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-196x196.png" sizes="196x196" />
0023     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-96x96.png" sizes="96x96" />
0024     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-32x32.png" sizes="32x32" />
0025     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-16x16.png" sizes="16x16" />
0026     <link rel="icon" type="image/png" href="{{ favicon_url }}/favicon-128.png" sizes="128x128" />
0027     <meta name="application-name" content="{{ carpentry }} - {{ site.title }}"/>
0028     <meta name="msapplication-TileColor" content="#FFFFFF" />
0029     <meta name="msapplication-TileImage" content="{{ favicon_url }}/mstile-144x144.png" />
0030     <meta name="msapplication-square70x70logo" content="{{ favicon_url }}/mstile-70x70.png" />
0031     <meta name="msapplication-square150x150logo" content="{{ favicon_url }}/mstile-150x150.png" />
0032     <meta name="msapplication-wide310x150logo" content="{{ favicon_url }}/mstile-310x150.png" />
0033     <meta name="msapplication-square310x310logo" content="{{ favicon_url }}/mstile-310x310.png" />