diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-07 04:10:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-07 04:10:02 +0300 |
commit | b32b43f16673b483342ec2b990126ac73655e399 (patch) | |
tree | 37170d3b5ad8c8e1b27943c834a7dbd6680188b5 /_includes | |
parent | initial commit (diff) | |
download | jekyll-theme-b32b43f16673b483342ec2b990126ac73655e399.tar.gz jekyll-theme-b32b43f16673b483342ec2b990126ac73655e399.zip |
footer update
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 3bfc5a2..d424b78 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-mutex"><small>This project is licensed under the terms of the MIT License. See <a href="https://github.com/egor-tensin/egor-tensin.github.io#licensing">Licensing</a> for details.</small></div> + <div class="text-mutex"><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> <div style="display: table-cell;"> <div class="text-right text-muted"><small>This blog was last updated on: {{ site.time | date_to_long_string }}.</small></div> |