aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/header.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:04:45 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 05:04:45 +0300
commit37d6dc2cc28a26306651ba1a9251fa1a8161633e (patch)
tree3c1a07191c742d813df46596da79681d732efc34 /_includes/header.html
parentfix links & code style (diff)
downloadjekyll-theme-37d6dc2cc28a26306651ba1a9251fa1a8161633e.tar.gz
jekyll-theme-37d6dc2cc28a26306651ba1a9251fa1a8161633e.zip
put most of my personal info to _config.yml
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 75b2b97..3794583 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 }} - C++ notes - Egor Tensin</title>
+ <title>{{ page.title }} - C++ notes - {{ site.personal_info.name }}</title>
{% include bootstrap_css.html %}