aboutsummaryrefslogtreecommitdiff
path: root/_includes/title.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/title.html')
-rw-r--r--_includes/title.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/_includes/title.html b/_includes/title.html
deleted file mode 100644
index 08643ad..0000000
--- a/_includes/title.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% if page.id == "index" %}
-<title>{{ site.title }}</title>
-{% else %}
-<title>{{ page.title }} - {{ site.title }}</title>
-{% endif %}