Welcome to mirror list, hosted at ThFree Co, Russian Federation.

head.html « partials « layouts - github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa51d8bd4c9efbbc3ddd8550ae25cdc78a6c9dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="author" content="{{ .Site.Params.AuthorName }}">
  {{ .Hugo.Generator }}
  {{ partial "title" . }}
  <meta name="description" content="{{ .Description }}">
  <link rel="canonical" href="{{ .Permalink }}">
  <link href="{{ .RSSlink  }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro|Arvo:400,700">
  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css">
  <link rel="stylesheet" href="{{ .Site.BaseURL }}css/paperback.css">
</head>