diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-24 14:10:57 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-09-24 14:10:57 +0800 |
commit | cda49e03018d3dbbe8b9dc3927719471150c1608 (patch) | |
tree | a94523d13898c106c90e4d9285cf6136d45b7a33 /_includes/head.html | |
parent | 92840887d2591d8ba9b92074e193ef1a922c118d (diff) |
update: perfect animation, compatibility issue
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html index 770a7bf..be3be7a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,7 +6,8 @@ {%- seo -%} <link rel="shortcut icon" href="{{ site.favicon }}"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> - <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> + <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}"> + <script src="{{ "/assets/js/main.js" | relative_url }}"></script> {%- feed_meta -%} {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include extensions/google-analytics.html -%} |