From ba6c236765a8530fa8f470d289956fa2c4f11da8 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 21 May 2023 09:57:05 +0200 Subject: [PATCH] fix demo --- content/posts/example-should-never-be-published/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/example-should-never-be-published/index.md b/content/posts/example-should-never-be-published/index.md index 70c8b46..51a57c1 100644 --- a/content/posts/example-should-never-be-published/index.md +++ b/content/posts/example-should-never-be-published/index.md @@ -3,11 +3,11 @@ title: "Demo post" tags: [] date: 2021-01-03T18:08:52.170212+00:00 aliases: ["/example-should-never-be-published"] +draft: true +showtoc: true --- This is a paragraph and should look like it. It is probably left align, not justified. After all, we're on the web not in a book. -[TOC] - # Heading 1 ## Heading 2 ### Heading 3 @@ -96,7 +96,7 @@ Then, the `COPY --from` is used to retrieve the built binary from the first stag In this extreme case, the final image weighs nothing more than the binary itself since `scratch` is a special empty image with no operating system. -Link to another section: [link](#python_poetry) +Link to another section: [link](#-applying-to-python--poetry) ## 🐍 Applying to Python & Poetry ### Install the dependencies