From 38f42ba71caea33cd93b6f521f89657fbcbc1648 Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Thu, 23 Jun 2022 16:43:46 +0200 Subject: [PATCH] fixup notebooks --- _layouts/exported_notebook.html | 24 ++++++++++++++++++++++++ _layouts/post.html | 24 ++++-------------------- _posts/2022-06-22-test-notebook.html | 4 ++-- 3 files changed, 30 insertions(+), 22 deletions(-) create mode 100644 _layouts/exported_notebook.html diff --git a/_layouts/exported_notebook.html b/_layouts/exported_notebook.html new file mode 100644 index 0000000..7f1b658 --- /dev/null +++ b/_layouts/exported_notebook.html @@ -0,0 +1,24 @@ +--- +--- + + + + + + + Tom Hodson - {{ page.title }} + + + + + + + {% feed_meta %} + + {{ content }} + + diff --git a/_layouts/post.html b/_layouts/post.html index 72e6118..18f24a9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,23 +1,7 @@ --- +layout: default --- - - - - - - - Tom Hodson - {{ page.title }} - - - - - - - - -

{{ page.title }}

- - {{ content }} - - +

{{ page.title }}

+ +{{ content }} diff --git a/_posts/2022-06-22-test-notebook.html b/_posts/2022-06-22-test-notebook.html index 3f73871..0432e85 100644 --- a/_posts/2022-06-22-test-notebook.html +++ b/_posts/2022-06-22-test-notebook.html @@ -1,5 +1,5 @@ --- -layout: post +layout: exported_notebook excerpt: A test jupyter notebook. image: --- @@ -15394,5 +15394,5 @@ Speedup: 2x ! - +