aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:11:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:11:32 +0300
commitc5197c2e70c87ebbc9fc235e825b2fce4113a76a (patch)
treea301c632e73fe94fa05b628c215670d8d9b503c7 /_includes
parentREADME update (diff)
downloadegor-tensin.github.io-c5197c2e70c87ebbc9fc235e825b2fce4113a76a.tar.gz
egor-tensin.github.io-c5197c2e70c87ebbc9fc235e825b2fce4113a76a.zip
move my name to _config.yml
Diffstat (limited to '')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index e00d394..0bca973 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{{ page.title }}</title>
+ <title>{{ page.title }} - {{ site.personal_info.name }}</title>
{% include bootstrap_css.html %}