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

head.html « partials « layouts - github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa7865b256cb86cc4d6da482e467cc72b9cbd73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  {{ $.Hugo.Generator }}
  <link rel="stylesheet" href="{{ "css/normalize.css" | absURL }}">
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
  {{ $options := (dict "targetPath" "css/cayman.css") }}
  {{ $caymanCss := resources.Get "scss/cayman.scss" | toCSS $options | fingerprint }}
  <link rel="stylesheet" href="{{ $caymanCss.Permalink }}">
  <title>{{ .Title }}</title>
</head>