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: 9e792147d8b3b45fe05a6623ba72ffa0d1111df2 (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="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}" 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>