Fix js includes and config.

This commit is contained in:
Maruan Al-Shedivat 2016-07-05 04:40:03 -04:00
parent ed63169e50
commit 3345ee8317
2 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,7 @@ name: Your Name
email: you@example.com
description: > # this means to ignore newlines until "url:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
last_updated: July 1, 2016
last_updated: July 5, 2016
url: # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/

View File

@ -9,12 +9,6 @@
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- Load jQuery -->
<script src="//code.jquery.com/jquery-{{ site.jquery_version }}.min.js"></script>
<!-- Load KaTeX -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/{{ site.katex_version }}/katex.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/KaTeX/{{ site.katex_version }}/katex.min.js"></script>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/font-awesome.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/academicons.css">
</head>