diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-28 15:04:22 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-28 15:04:22 +0200 |
commit | a041f469ff41f53601c97454b41cfc4ef3f3ed45 (patch) | |
tree | 9554747d8a659b86f04c42ab3556fbb4dae3e37a /_includes/title.html | |
parent | 5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (diff) |
cleanup + begin fix search page
Diffstat (limited to '_includes/title.html')
-rw-r--r-- | _includes/title.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/title.html b/_includes/title.html index 40efd39..08643ad 100644 --- a/_includes/title.html +++ b/_includes/title.html @@ -1 +1,5 @@ +{% if page.id == "index" %} +<title>{{ site.title }}</title> +{% else %} <title>{{ page.title }} - {{ site.title }}</title> +{% endif %} |