From 3412912b4f19aed56945f2796ea0cf6f13fbb30a Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Mon, 10 Feb 2025 23:42:29 +0000 Subject: [PATCH] Content fix --- .../posts/2025-02-05 Make Beautiful Reports with Pandoc.md | 2 +- content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md b/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md index 34e489c..8ee4571 100644 --- a/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md +++ b/blog-vault/posts/2025-02-05 Make Beautiful Reports with Pandoc.md @@ -16,7 +16,7 @@ Then, copy the `eisvogel.tex` from Eisvogel's [latest release](https://github.co # Frontmatter In order to use all of the features, you need to add some stuff to your frontmatter: -``` +```yaml --- title: Document Title subtitle: Subtitle diff --git a/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md b/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md index 0d072bb..b6be2b0 100644 --- a/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md +++ b/content/posts/2025-02-05 Make Beautiful Reports with Pandoc.md @@ -16,7 +16,7 @@ Then, copy the `eisvogel.tex` from Eisvogel's [latest release](https://github.co # Frontmatter In order to use all of the features, you need to add some stuff to your frontmatter: -``` +```yaml --- title: Document Title subtitle: Subtitle -- GitLab