<head> <meta charset="utf-8"> <title> {% if page.title %} {{ page.title }} – {% endif %} {{ site.name }} </title> <link rel="alternate" type="application/rss+xml" href="/atom.xml" /> <link rel="stylesheet" href="{{ site.url }}/css/foundation.min.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="{{ site.url }}/css/app.css" type="text/css" media="screen, projection" /> <link media="only screen and (max-device-width: 480px)" href="{{ site.github.url }}/css/mobile.css" type="text/css" rel="stylesheet" /> <link media="only screen and (device-width: 768px)" href="{{ site.github.url }}/css/mobile.css" type="text/css" rel="stylesheet" /> <link rel="apple-touch-icon" href="{{ site.github.url }}/apple-touch-icon.png" /> <script type="text/javascript" src="{{ site.github.url }}/js/application.js"></script> <link rel="stylesheet" href="{{ site.url }}/css/syntax.css" type="text/css" media="screen, projection" /> </head>