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.
17 lines
661 B
17 lines
661 B
<head> |
|
<title>{{ .Site.Title }}</title> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
|
<meta name="description" content=""> |
|
<meta name="author" content=""> |
|
{{ if .Site.Params.favicon }} |
|
{{ partial "template/favicon" }} |
|
{{ end }} |
|
|
|
<!-- CSS: direct use the generated css or generate is new from the original sass. --> |
|
<!-- The latter is only neede, if the template is updated from original hugo story --> |
|
<!-- Take care of the extra space between the curly brackets when commenting out --> |
|
{{ partial "template/head_css" . }} |
|
<!-- {x{ partial "template/head_sass" . }x} --> |
|
|
|
</head>
|
|
|