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