Fix js includes and config.
This commit is contained in:
parent
ed63169e50
commit
3345ee8317
@ -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/
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user