aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/header.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 16:01:51 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 16:04:30 +0300
commitf8f58334e70d24e4f4acef78d0951565b92ea341 (patch)
tree4fdb72f825a677c483386ef0fe0f50dcf6cbb671 /_includes/common/header.html
parentREADME: fix a typo (diff)
downloadjekyll-theme-f8f58334e70d24e4f4acef78d0951565b92ea341.tar.gz
jekyll-theme-f8f58334e70d24e4f4acef78d0951565b92ea341.zip
css: move CSS files to jekyll-theme/
Diffstat (limited to '')
-rw-r--r--_includes/common/header.html2
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 %}