|
|
@ -4,7 +4,7 @@ |
|
|
|
<meta name="author" content="{{ with .Site.Params.name }}{{ . }}{{ end }}"> |
|
|
|
<meta name="description" content="{{ with .Site.Params.description }}{{ . }}{{ end }}"> |
|
|
|
{{ .Hugo.Generator }} |
|
|
|
<title>{{ .Site.Title }}</title> |
|
|
|
<title>{{ with .Site.Params.name }}{{ . }} - {{ end }}{{ .Site.Title }}</title> |
|
|
|
<link rel="shortcut icon" href="{{ .Site.BaseURL }}images/favicon.png"> |
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css"> |
|
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css"> |
|
|
|