diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 19:19:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 19:19:00 +0300 |
commit | c665e5d48c934054cb662adcc2b671bc30f246d0 (patch) | |
tree | 97f576a2b975aca55de34178db7095f559c9014f /_includes | |
parent | add .gitattributes (diff) | |
download | jekyll-theme-c665e5d48c934054cb662adcc2b671bc30f246d0.tar.gz jekyll-theme-c665e5d48c934054cb662adcc2b671bc30f246d0.zip |
rename the project
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/footer.html | 2 | ||||
-rw-r--r-- | _includes/header.html | 2 | ||||
-rw-r--r-- | _includes/sidebar.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 6dd984e..e94a1de 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,7 +6,7 @@ <div style="display: table; width: 100%;"> <div style="display: table-row;"> <div style="display: table-cell;"> - <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/cpp_tips/tree/gh-pages#licensing">Licensing</a> for details.</small></div> + <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/cpp-notes/tree/gh-pages#licensing">Licensing</a> for details.</small></div> </div> </div> <div style="display: table-row;"> diff --git a/_includes/header.html b/_includes/header.html index 312f9a7..75b2b97 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++ tips - Egor Tensin</title> + <title>{{ page.title }} - C++ notes - Egor Tensin</title> {% include bootstrap_css.html %} diff --git a/_includes/sidebar.html b/_includes/sidebar.html index b96f29f..cc4e87a 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,7 +1,7 @@ <h4>About the project</h4> <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> GitHub repository</a> + <a class="list-group-item" href="//github.com/egor-tensin/cpp-notes"><span class="glyphicon glyphicon-home"></span> GitHub repository</a> <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span> Egor.Tensin@gmail.com</a> </div> <h4>Latest posts</h4> |