diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-04-09 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-04-09 00:00:00 +0000 |
commit | 01c781b47ef0e1e8cc034859a44dad45dae223d5568a3d85f1fa6a6e3caecc8e (patch) | |
tree | 204ea4b287b1f2b2cef751f8a56a6f7f6c3ea5b058cdceac677f021a40a1cf4c | |
parent | 3e8e92b2c1c64cfbc534d8f7ea1a4748ec4598f894e9d9531308d9f3ce34f02d (diff) | |
download | hugo-theme-journal-01c781b47ef0e1e8cc034859a44dad45dae223d5568a3d85f1fa6a6e3caecc8e.tar.gz hugo-theme-journal-01c781b47ef0e1e8cc034859a44dad45dae223d5568a3d85f1fa6a6e3caecc8e.zip |
Make page titles more usefulv0.4.6
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e0fa95e..22efeb8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,5 +5,5 @@ <meta name="keywords" content="{{ $.Site.Params.keywords }}"> <meta name="theme-color" content="#000"> <link rel="stylesheet" type="text/css" href="{{ (resources.Get "css/style.css").RelPermalink }}"> - <title>{{ $.Site.Title }}</title> + <title>{{ .Title }}</title> </head>
\ No newline at end of file |