summaryrefslogtreecommitdiff
path: root/blog/jupyterlab-notebook-file-oneliner/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/jupyterlab-notebook-file-oneliner/index.html')
-rw-r--r--blog/jupyterlab-notebook-file-oneliner/index.html19
1 files changed, 17 insertions, 2 deletions
diff --git a/blog/jupyterlab-notebook-file-oneliner/index.html b/blog/jupyterlab-notebook-file-oneliner/index.html
index 9071c12..9eb93a2 100644
--- a/blog/jupyterlab-notebook-file-oneliner/index.html
+++ b/blog/jupyterlab-notebook-file-oneliner/index.html
@@ -8,7 +8,7 @@
<meta name="color-scheme" content="dark light">
<link rel="stylesheet" href="/style.css">
- <link rel="preload" href="/fonts/roboto_slab/RobotoSlab-VariableFont_wght.ttf" as="font" type="font/woff2" crossorigin />
+ <link rel="preload" href="/fonts/roboto_slab/RobotoSlab-VariableFont_wght.ttf" as="font" type="font/ttf" crossorigin />
<link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Regular.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-Bold.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/nyght-serif-main/fonts/WEB/NyghtSerif-BoldItalic.woff2" as="font" type="font/woff2" crossorigin />
@@ -60,11 +60,26 @@ ourselves.</p>
/ <a href="/about/">About</a>
/ <a href="/imprint/">Imprint</a>
</footer>
-<script src="/pagefind/pagefind-ui.js" defer></script>
+<script type="text/javascript" src="/pagefind/pagefind-ui.js" defer></script>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({element: "#search", showSubResults: true});
});
</script>
+ <script type="speculationrules">
+ {
+ "prerender": [
+ {
+ "source": "document",
+ "where": {
+ "and": [
+ {"href_matches": "/*"}
+ ]
+ },
+ "eagerness": "moderate"
+ }
+ ]
+ }
+ </script>
</body>
</html>