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