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.

14 lines
868 B

  1. <!DOCTYPE html>
  2. <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="author" content="{{ with .Site.Params.name }}{{ . }}{{ end }}">
  8. <meta name="description" content="{{ with .Site.Params.description }}{{ . }}{{ end }}">
  9. {{ .Hugo.Generator }}
  10. <title>{{ with .Site.Params.name }}{{ . }} - {{ end }}{{ .Site.Title }}</title>
  11. <link rel="shortcut icon" href="{{ .Site.BaseURL }}images/favicon.ico">
  12. <link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
  13. <link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css">
  14. <link href="{{ .Site.BaseURL }}index.xml" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
  15. </head>