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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-04-17 19:45:16 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-04-17 19:45:16 +0300
commit9e5943fdec4a454b32d6eaaefdfc905cba000c2a (patch)
tree8309d2d0b2edcddfab807b9ab0f9fafd1ca9621c /layouts/partials/head.html
parentd383e39a3656ed283652e7a52d88db6e01cd355a (diff)
Add theme version on generator rather than custom
closes #140
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 516787b..be74e65 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,8 +27,7 @@
{{ partial "head_start.html" . }}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="generator" content="Hugo {{ .Hugo.Version }}">
- <meta name="theme" content="Tranquilpeak 0.4.0-SNAPSHOT">
+ <meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.0-SNAPSHOT">
<title>{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}</title>
<meta name="author" content="{{ .Site.Author.name }}">
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">