head.html 957 B

1234567891011121314151617181920212223242526
  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 == "Home" %}
  8. {{ site.title }} &middot; {{ site.tagline }}
  9. {% else %}
  10. {{ page.title }} &middot; {{ site.title }}
  11. {% endif %}
  12. </title>
  13. <!-- CSS -->
  14. <link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
  15. <link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
  16. <!-- Icons -->
  17. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-precomposed.png">
  18. <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
  19. <!-- RSS -->
  20. <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
  21. </head>