aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-08-14 16:38:17 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-08-14 17:12:19 +0300
commit2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5 (patch)
tree9c33020020c1caa85e7f899fcb4d9373185d897b /_layouts
parentcdb583d7ec589ae85d96aba94d8b48b2d2dfcc6a (diff)
downloadaaoth.xyz-2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5.tar.gz
aaoth.xyz-2c99e9e8d440b42fe6b63a5b0bbe8eaa0e1b07c5.zip
fix page title
just wanted it to show page title and site title
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 123da90..2a76f76 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>{{ site.title }}</title>
+ <title>{{ page.title }} - {{ site.title }}</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>