Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from icf20/patch-1
Browse files Browse the repository at this point in the history
deprecated .Hugo
  • Loading branch information
lgaida authored Jun 18, 2019
2 parents 86130d4 + 58737b2 commit bd8907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/_shared/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{{ .Hugo.Generator }}
{{ hugo.Generator }}
{{ with .Site.Params.logo }}
<link rel="icon" href="{{ . | urlize | relURL }}">
{{ end }}
Expand Down

0 comments on commit bd8907e

Please sign in to comment.