diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-14 21:26:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-14 21:26:17 +0300 |
commit | f9f914d7ff66f26683075eb7e34794948e4dd840 (patch) | |
tree | adf1b79ed1feeecffcc518541d4d8b54d1565d50 /_includes/footer.html | |
parent | README update (diff) | |
download | egor-tensin.github.io-f9f914d7ff66f26683075eb7e34794948e4dd840.tar.gz egor-tensin.github.io-f9f914d7ff66f26683075eb7e34794948e4dd840.zip |
put most of my personal info to _config.yml
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 4688047..2e9f717 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/egor-tensin.github.io#license">License</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;"> |