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.

15 lines
889 B

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