diff options
author | codecalm <codecalm@gmail.com> | 2020-03-12 14:31:13 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-12 14:31:13 +0100 |
commit | 88404df5be5edbe4f6685d97e156656b9b2560a7 (patch) | |
tree | 6239af6f5c5933369ef0d5f2665caec09d297fee /_layouts | |
parent | Delete test.html (diff) | |
download | tabler-icons-88404df5be5edbe4f6685d97e156656b9b2560a7.tar.xz |
dir fixes
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 6b8a3807..5f9ce3ea 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <link rel="stylesheet" href="{{ site.baseurl }}/assets/style.css"> + <link rel="stylesheet" href="{{ site.baseurl }}/style.css"> <title>Tabler Icons</title> <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script> |