diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2017-01-03 16:23:15 +0100 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2017-01-03 16:23:15 +0100 |
| commit | c4958a50b1555c8b40e3fde26832d0f774693b47 (patch) | |
| tree | 3e53fa7036667f3adbd0e4f8bfc1661fda8ea9c9 /_includes/head.html | |
| parent | 6800c5b6f744d1e56228cf74096cafe04e94489e (diff) | |
Facelifting, in progress
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 03f6f75..177e3ec 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -37,10 +37,11 @@ <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/latex.css"/> <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/entypo.css" type="text/css" /> <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/prettify.css" type="text/css" /> + <!-- <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/main.css" type="text/css" /> --> <link rel="stylesheet" href="{{ site.baseurl }}/resources/css/blog.css" type="text/css" /> <!-- Custom javascript --> - <script src="{{ site.baseurl }}/resources/js/main.js" type="text/javascript" ></script> + <script src="{{ site.baseurl }}/resources/js/main.js" type="text/javascript" ></script> <!-- <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 }}"> |
