Skip to content
Snippets Groups Projects
head.html 1.23 KiB
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    <head>
      <link href="http://gmpg.org/xfn/11" rel="profile">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
    
      <!-- Enable responsiveness on mobile devices-->
      <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
    
      <title>
        {% if page.title == "Home" %}
          {{ site.title }} &middot; {{ site.tagline }}
        {% else %}
          {{ page.title }} &middot; {{ site.title }}
        {% endif %}
      </title>
    
      <!-- CSS -->
      <link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
      <link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
      <link rel="stylesheet" href="{{ site.baseurl }}/public/css/hyde.css">
      <link rel="stylesheet" href="{{ site.baseurl }}/public/css/main.css">
      <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
    
      <!-- Icons -->
      <link rel="shortcut icon" sizes="144x144" type="image/png" href="{{ site.baseurl }}/public/favicon.png">
    
      <!-- RSS -->
      <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}/atom.xml">
    
      {% if page.id == "Calendar" %}
        {% include calendar.html %}
      {% endif %}
    
    </head>