aboutsummaryrefslogtreecommitdiff
path: root/_includes/title.html
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-28 15:04:22 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-28 15:04:22 +0200
commita041f469ff41f53601c97454b41cfc4ef3f3ed45 (patch)
tree9554747d8a659b86f04c42ab3556fbb4dae3e37a /_includes/title.html
parent5d088aa25f69afdb9ba208def8c23b4f45bbe0b8 (diff)
cleanup + begin fix search page
Diffstat (limited to '_includes/title.html')
-rw-r--r--_includes/title.html4
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 %}