Relative links for non-JS browsers
This commit is contained in:
parent
a7272e0ff5
commit
8500d1c8a7
|
@ -20,6 +20,14 @@
|
|||
<link rel="stylesheet" href="highlight.css">
|
||||
<link rel="stylesheet" href="tomorrow-night.css">
|
||||
|
||||
{{#previous}}
|
||||
<link rel="prev" href="{{link}}#content">
|
||||
{{/previous}}
|
||||
|
||||
{{#next}}
|
||||
<link rel="next" href="{{link}}#content">
|
||||
{{/next}}
|
||||
|
||||
<!-- MathJax -->
|
||||
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue