aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/header.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 23:02:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-24 23:02:39 +0300
commitf3d0006aee9916eb588008d38b06a0f30c4701ce (patch)
tree6f1117c28e95c798ef991af9b040a3668b52544c /_includes/header.html
parentadd most of my personal info to _config.yml (diff)
downloadsorting-algorithms-f3d0006aee9916eb588008d38b06a0f30c4701ce.tar.gz
sorting-algorithms-f3d0006aee9916eb588008d38b06a0f30c4701ce.zip
add `site.github` info to pages
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 5759849..29a2729 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 }} - Sorting algorithms - Egor Tensin</title>
+ <title>{{ page.title }} - Sorting algorithms - {{ site.personal_info.name }}</title>
{% include bootstrap_css.html %}