diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 16:01:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 16:04:30 +0300 |
commit | f8f58334e70d24e4f4acef78d0951565b92ea341 (patch) | |
tree | 4fdb72f825a677c483386ef0fe0f50dcf6cbb671 /_includes/common/header.html | |
parent | README: fix a typo (diff) | |
download | jekyll-theme-f8f58334e70d24e4f4acef78d0951565b92ea341.tar.gz jekyll-theme-f8f58334e70d24e4f4acef78d0951565b92ea341.zip |
css: move CSS files to jekyll-theme/
Diffstat (limited to '')
-rw-r--r-- | _includes/common/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html index 82c3801..6df985b 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -45,7 +45,7 @@ {% include common/mathjax.html %} - <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"> + <link rel="stylesheet" href="{{ '/assets/css/jekyll-theme.css' | relative_url }}"> {% assign links = '' | split: '' %} {% if site.settings.links %} |