small fixes on website
This commit is contained in:
parent
a9b0f33d9a
commit
cd66212131
@ -1,5 +1,4 @@
|
||||
<footer id="footer">
|
||||
|
||||
<div class="outer">
|
||||
<div id="footer-info" class="inner">
|
||||
<footer id="footer-left">
|
||||
@ -9,16 +8,7 @@
|
||||
<footer id="footer-right">Your IP address: <a id="dip" target="_blank"></a></footer>
|
||||
</div>
|
||||
</div>
|
||||
<script src="{{ .Site.BaseURL }}/js/main.js">
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js">
|
||||
</script>
|
||||
<script>
|
||||
hljs.initHighlightingOnLoad();
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js">
|
||||
</script>
|
||||
<script src="{{ .Site.BaseURL }}/js/main.js"></script>
|
||||
<script src="{{ .Site.BaseURL }}/bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="{{ .Site.BaseURL }}/bower_components/jquery.hotkeys/jquery.hotkeys.js"></script>
|
||||
</footer>
|
@ -8,7 +8,6 @@ function initLunr() {
|
||||
$.getJSON("/bower_components/lunr.js/PagesIndex.json")
|
||||
.done(function(index) {
|
||||
pagesIndex = index;
|
||||
console.log("index:", pagesIndex);
|
||||
|
||||
// Set up lunrjs by declaring the fields we use
|
||||
// Also provide their boost level for the ranking
|
||||
|
Loading…
Reference in New Issue
Block a user