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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek <42170307+2-REC@users.noreply.github.com>2019-07-02 11:23:41 +0300
committerGitHub <noreply@github.com>2019-07-02 11:23:41 +0300
commite0744466dc452da740f27189b0cfa9386e2a9b95 (patch)
tree0616ac92d41c48934c92235b655a7df8a8c06b00 /layouts/partials/head.html
parentb6328803ae1074d3041dc06297dc41c75fce8e0f (diff)
parenta2a1f877d000f59187f66ac346ae7ded8e271f36 (diff)
Merge pull request #9 from thunderrabbit/master
small tweaks including typos and update to latest version of Hugo
Diffstat (limited to 'layouts/partials/head.html')
-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 c656489..2532afa 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,7 +15,7 @@
<base href="{{ .Site.BaseURL }}">
-{{ .Hugo.Generator }}
+{{ hugo.Generator }}
{{ "<!-- Favicon -->" | safeHTML }}
<link rel="shortcut icon" href="{{ .Site.Params.meta.favicon | absURL }}" type="image/x-icon" />