You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12 lines
626 B

  1. <head {{ with .Site.LanguageCode }}lang="{{ . }}"{{ end }}>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  3. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  4. {{ with .Site.Params.description -}}
  5. <meta name="description" content="{{ . }}">
  6. {{- end }}
  7. {{ .Hugo.Generator }}
  8. <title>{{ if not .IsHome }}{{ .Title }} &mdash;{{ end }} {{ .Site.Title }}</title>
  9. <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/vendor/purecss/pure-min.css" type="text/css" />
  10. <link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/style.css" type="text/css" />
  11. </head>