File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pub fn App() -> impl IntoView {
3232 <Script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/json.min.js" />
3333 <Script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/dockerfile.min.js" />
3434 <Script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/es/languages/bash.min.js" />
35- <Script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2 /highlight.min.js" />
35+ <Script src="https: //cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0 /highlight.min.js" />
3636
3737 // sets the document title
3838 <Title text="RabbitNook" />
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pub fn Blog() -> impl IntoView {
1111 "# ;
1212
1313 view ! {
14- <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7 .0/highlight.min.js" ></script>
14+ <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9 .0/highlight.min.js" ></script>
1515 <script>{ js_func} </script>
1616 <div class="flex md:flex-row flex-col min-h-screen w-full bg-base items-center justify-center" >
1717 <div class="md:w-2/3 w-5/6 flex flex-col justify-center items-center" >
You can’t perform that action at this time.
0 commit comments