Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schmanat/hugo-highlights-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Schneider <manuel.schneider@schman.at>2020-04-09 16:40:00 +0300
committerGitHub <noreply@github.com>2020-04-09 16:40:00 +0300
commit79eb66a32c74b24245fae8f0575638834e928180 (patch)
tree14c8a9cf215c2c61d63f9bce6310f849fc487510
parentba743673042dd82db95b262adf158476abd68439 (diff)
parent62c7e5ec564dc49654cc27ddc6172545cfcdc8ba (diff)
Merge pull request #21 from schmanat/fix-deprication-warningHEADmaster
fix deprecation warning for issue #18
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a9e2630..465659b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="{{ with .Site.Params.description }} {{ . }} {{ end }}">
<meta name="author" content="{{ with .Site.Params.name }} {{ . }} {{ end }}">
-{{ .Hugo.Generator }}
+{{ hugo.Generator }}
{{ "<!-- [if lte IE 8 ]]> <script src=" | safeHTML }}"{{ .Site.BaseURL }}{{ "js/ie/html5shiv.js\"></script><![endif] -->" | safeHTML }}
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css" />
{{ "<!--[if lte IE 8]><link rel=\"stylesheet\" href=" | safeHTML }}"{{ .Site.BaseURL }}{{ "css/ie8.css\" /><![endif]-->" | safeHTML }}