summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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