aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 3b4228a..e80b4f9 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -11,11 +11,10 @@
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
- <!-- <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> -->
- <link rel="stylesheet" href="{{ site.baseurl }}/tufte.css"/>
- <link rel="stylesheet" href="{{ site.baseurl }}/latex.css"/>
- <link rel="stylesheet" href="{{ site.baseurl }}/custom.css"/>
- <link rel="stylesheet" href="{{ site.baseurl }}/github.css"/>
+ <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/tufte.css"/>
+ <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/latex.css"/>
+ <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/custom.css"/>
+ <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/github.css"/>
<!-- <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> -->
- <!-- <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}"> -->
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
</head>