]> njoseph.me Git - hyde.git/blob - layouts/partials/head.html
a9f9401fc5d1767cca17898c43fc36c8472bee3a
[hyde.git] / layouts / partials / head.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
3 <head>
4 <link href="http://gmpg.org/xfn/11" rel="profile">
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6
7 <!-- Enable responsiveness on mobile devices-->
8 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
9
10 <title> {{ .Title }} &middot; {{ .Site.Title }} </title>
11
12 <!-- CSS -->
13 <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css">
14 <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css">
15 <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css">
16 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
17
18 <!-- Icons -->
19 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
20 <link rel="shortcut icon" href="/favicon.ico">
21
22 <!-- RSS -->
23 <link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
24 </head>