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-09-10 13:40:17 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-09-10 13:40:17 +0300
commit6f02fe4dfb62e61a2a1e561373980109a82a5fdd (patch)
tree4c2adcfa5126225309929462595d5bdd9d1f9410 /layouts/partials/head.html
parent7c33939efe7f3c53287f00409f322c5faef0f69e (diff)
Preparing next release 0.4.1-SNAPSHOT
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 d129b0c..f422410 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,7 +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 }} with theme Tranquilpeak 0.4.0-BETA">
+ <meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.1-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 }}">