diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 01:37:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 01:37:15 +0300 |
commit | c50335effd87dfc0ee856b127d75514878532c29 (patch) | |
tree | 309fe24c4f300dd565e1fe6cfc36e64af4335731 /_includes | |
parent | README update (diff) | |
download | egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.tar.gz egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.zip |
css/ -> css/common/
Diffstat (limited to '')
-rw-r--r-- | _includes/footer.html | 2 | ||||
-rw-r--r-- | _includes/header.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 2e9f717..1d5180e 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="{{ site.github.repository_url }}#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 }}/blob/master/README.md#license">License</a> for details.</small></div> </div> </div> <div style="display: table-row;"> diff --git a/_includes/header.html b/_includes/header.html index 0bca973..ff3a737 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -9,8 +9,8 @@ {% include bootstrap_css.html %} - <link rel="stylesheet" href="/css/footer.css"> - <link rel="stylesheet" href="/css/misc.css"> + <link rel="stylesheet" href="/css/common/footer.css"> + <link rel="stylesheet" href="/css/common/misc.css"> {% include ie_compat.html %} </head> |