From 5efff24ceaa09aef6d75c1311dd50c1aba3e9973 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 23 Sep 2024 10:24:42 +0200 Subject: [PATCH] load table.css for specific blog post --- src/posts/2022/2022-11-02-markdown.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/posts/2022/2022-11-02-markdown.md b/src/posts/2022/2022-11-02-markdown.md index f7955e0..c601ed5 100644 --- a/src/posts/2022/2022-11-02-markdown.md +++ b/src/posts/2022/2022-11-02-markdown.md @@ -137,3 +137,7 @@ Footnote 2 link[^second]. Consider that `src` is already prepended in the settings. ![Close-up with unfocused background of a vibrant large blue butterfly gracefully perched on a delicate flower amidst lush green grass](/assets/images/gallery/asturias-4.jpg) + +{%- css "inline" -%} + {%- include 'css/table.css' -%} +{%- endcss -%} \ No newline at end of file