aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-07-03 00:42:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-07-03 00:42:58 +0300
commit0dd25155d11f5cedb91e52428d737e8256ebb52c (patch)
tree6379e87cfdff6bb23e3541383fba4cbaa081f7e1 /_includes
parentremove the 'About' page (diff)
downloadjekyll-theme-0dd25155d11f5cedb91e52428d737e8256ebb52c.tar.gz
jekyll-theme-0dd25155d11f5cedb91e52428d737e8256ebb52c.zip
sidebar update
Diffstat (limited to '_includes')
-rw-r--r--_includes/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index e7b024c..b96f29f 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -1,5 +1,5 @@
<h4>About the project</h4>
-<p>Thoughts on C++ and life. Feel free to contribute or contact me.</p>
+<p>Personal C++ notes. Feel free to contribute or contact me.</p>
<div class="list-group reasonable-width">
<a class="list-group-item" href="//github.com/egor-tensin/cpp_tips"><span class="glyphicon glyphicon-home"></span>&nbsp;GitHub repository</a>
<a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span>&nbsp;Egor.Tensin@gmail.com</a>