aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c0c8602..d281d5a 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,7 +4,7 @@
<HTML>
<HEAD>
{% include heading.html %}
- <TITLE>{{ page.title }} | Andrew's Website Blog</TITLE>
+ <TITLE>{{ page.title }} | {{ site.title }} Blog</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}