Skip to content

Commit 86b4721

Browse files
committed
Minor site updates
1 parent 7009f9d commit 86b4721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css" integrity="sha512-7QTQ5Qsc/IL1k8UU2bkNFjpKTfwnvGuPYE6fzm6yeneWTEGiA3zspgjcTsSgln9m0cn3MgyE7EnDNkF1bB/uCw==" crossorigin>
1313
<link rel="preconnect" href="https://cdn.bokeh.org">
1414
<script async src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js" integrity="sha512-lnOllyZZlRk/gQIyjS3+h+LUy54uyM4aGq2zbGc82KTvBlp/fodSpdh/pywPztpU9zUqHcJr+jP+a1zLa9oCJw==" crossorigin
15-
onload="hljs.configure({languages:['python']}); hljs.initHighlightingOnLoad()"></script>
15+
onload="hljs.configure({languages:['python']}); hljs.highlightAll()"></script>
1616

1717
<style>
1818
blockquote.card p:first-child:before { content: '“' }
@@ -223,7 +223,7 @@ <h3 class="title has-text-centered">
223223
<div class="columns is-multiline is-centered is-vcentered">
224224
<div class="column is-5 is-4-widescreen">
225225
<div class="control has-icons-left has-icons-right">
226-
<input class="input is-medium is-dark" readonly value="pip3 install backtesting"
226+
<input class="input is-medium is-dark" readonly value="pip install backtesting"
227227
style="background:#ffd; cursor:pointer; caret-color:transparent; font-family:monospace;"
228228
onclick="getSelection().removeAllRanges(); this.select();"
229229
data-ga-on="click,auxclick,contextmenu" data-ga-event-category="cmdline" data-ga-event-action="select">

0 commit comments

Comments
 (0)