diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-08-08 21:57:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-08-08 21:57:53 +0300 |
commit | a25759dc55dcd9778e2ef8848aa9ac16eba2da27 (patch) | |
tree | c3d28e2c3349b3c36379d69d1d3d7dc256ea23be /_includes | |
parent | add post excerpts (diff) | |
download | jekyll-theme-a25759dc55dcd9778e2ef8848aa9ac16eba2da27.tar.gz jekyll-theme-a25759dc55dcd9778e2ef8848aa9ac16eba2da27.zip |
<title> update
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 3ccbe65..3f30048 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.0"> - <title>{{ page.title }}</title> + <title>{{ page.title }} - C++ tips - Egor Tensin</title> {% include bootstrap_css.html %} |