aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes/head.html')
-rw-r--r--site/_includes/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/_includes/head.html b/site/_includes/head.html
index 8f1523f..87596c7 100644
--- a/site/_includes/head.html
+++ b/site/_includes/head.html
@@ -7,6 +7,7 @@
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else if page.description %}{{ page.description }} {% else %}{{ site.description }}{% endif %}">
<title>
+ {{ site.title_prefix }}
{% if page.title %}
{% if page.title_suffix %}
{{ page.title }} {{ page.title_suffix }}