Remove leading slash from links so that theme is compatible with Hugo Themes Site

This commit is contained in:
Joe Hutchinson
2019-01-08 10:12:23 -05:00
parent 5128090655
commit f70edfd9a3
5 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="{{ "/js/core.js" | absURL }}"></script>
<script src="{{ "js/core.js" | absURL }}"></script>
<script>
hljs.initHighlightingOnLoad();
</script>