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:14:52 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-09-10 13:14:52 +0300
commit23e317ef494558e2aaf842fbb2220fbdce7e83c6 (patch)
treed7ce790a9719935abac3db7a0268bd05596b57df /layouts/partials/head.html
parentd6595088d0cb0cd4db14c4fc9df928a8d46315a1 (diff)
Bump version to 0.4.0-BETA
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 03f53ae..d129b0c 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-SNAPSHOT">
+ <meta name="generator" content="Hugo {{ .Hugo.Version }} with theme Tranquilpeak 0.4.0-BETA">
<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 }}">