head.html 973 B

12345678910111213141516171819202122232425262728
  1. <head>
  2. <link href="http://gmpg.org/xfn/11" rel="profile">
  3. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  4. <!-- Enable responsiveness on mobile devices-->
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
  6. <title>
  7. {% if page.title %}
  8. {{ page.title }}
  9. {% else %}
  10. {{ site.title }}
  11. {% endif %}
  12. &middot; {{ site.tagline }}
  13. </title>
  14. <!-- CSS -->
  15. <link rel="stylesheet" href="/public/css/poole.css">
  16. <link rel="stylesheet" href="/public/css/syntax.css">
  17. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700">
  18. <!-- Icons -->
  19. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
  20. <link rel="shortcut icon" href="/public/favicon.ico">
  21. <!-- RSS -->
  22. <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
  23. </head>