aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-08-08 21:57:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-08-08 21:57:53 +0300
commita25759dc55dcd9778e2ef8848aa9ac16eba2da27 (patch)
treec3d28e2c3349b3c36379d69d1d3d7dc256ea23be /_includes
parentadd post excerpts (diff)
downloadjekyll-theme-a25759dc55dcd9778e2ef8848aa9ac16eba2da27.tar.gz
jekyll-theme-a25759dc55dcd9778e2ef8848aa9ac16eba2da27.zip
<title> update
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html2
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 %}