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

github.com/felicianotech/hugo-theme-lean-launch-page.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo N Feliciano <FelicianoTech@gmail.com>2017-09-17 23:29:34 +0300
committerGitHub <noreply@github.com>2017-09-17 23:29:34 +0300
commit9d87282ba62388493a24d98348727171fa4ecaa5 (patch)
tree9b1f0fea69ca299581873377d536d3de403b12d7
parent354b30d2fa4be677a9a48ab27898aea3f7418817 (diff)
Have HTML title tag use Hugo site title. (#4)
-rw-r--r--layouts/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a16c4cd..861ba29 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -12,6 +12,7 @@
{{ if (where (readDir $directory) "Name" $filename) }}
<link rel="icon" type="image/png" href="favicon.png" />
{{ end }}
+ <title>{{ .Site.Title }}</title>
</head>
<body>
{{ $directory := "themes/hugo-theme-lean-launch-page/static/" }}