Switch to hugo function for generator info
This commit is contained in:
parent
29bc02aeea
commit
d3c25d8106
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>{{ .Site.Title }} | {{ .Page.Title }}</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
{{ .Hugo.Generator }}
|
||||
{{ hugo.Generator }}
|
||||
|
||||
<link href='{{ "css/custom.css" | absURL }}' rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue