diff options
| author | Alee <alee14498@gmail.com> | 2018-11-17 18:44:26 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-17 18:44:26 -0500 |
| commit | aa1d74ac128806c59b35f25ea8aa3aa65cfcf354 (patch) | |
| tree | 76a915c0273c67bba57cf1678b751f494e87cb6c /_layouts | |
| parent | 6c9852bf3c9c606d12a57f6b0f0a16f79457a690 (diff) | |
| download | personal-website-aa1d74ac128806c59b35f25ea8aa3aa65cfcf354.tar.gz personal-website-aa1d74ac128806c59b35f25ea8aa3aa65cfcf354.tar.bz2 personal-website-aa1d74ac128806c59b35f25ea8aa3aa65cfcf354.zip | |
forgot this
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 2 |
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 %} |
