diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-21 05:11:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-21 05:11:32 +0300 |
commit | c5197c2e70c87ebbc9fc235e825b2fce4113a76a (patch) | |
tree | a301c632e73fe94fa05b628c215670d8d9b503c7 /_includes/header.html | |
parent | README update (diff) | |
download | egor-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.html | 2 |
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 %} |