diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 23:02:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-24 23:02:39 +0300 |
commit | f3d0006aee9916eb588008d38b06a0f30c4701ce (patch) | |
tree | 6f1117c28e95c798ef991af9b040a3668b52544c /_includes/footer.html | |
parent | add most of my personal info to _config.yml (diff) | |
download | sorting-algorithms-f3d0006aee9916eb588008d38b06a0f30c4701ce.tar.gz sorting-algorithms-f3d0006aee9916eb588008d38b06a0f30c4701ce.zip |
add `site.github` info to pages
Diffstat (limited to '_includes/footer.html')
-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 5c77915..f3cbb38 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/sorting-algorithms/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="{{ site.github.repository_url }}#license">License</a> for details.</small></div> </div> </div> <div style="display: table-row;"> |