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/header.html | |
parent | README update (diff) | |
download | egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.tar.gz egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.zip |
css/ -> css/common/
Diffstat (limited to '_includes/header.html')
-rw-r--r-- | _includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |