From 049a568c60a1ccb9e3dcaf8fca1bf47ea321a4e8 Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 17 May 2021 16:35:11 +0200 Subject: [PATCH] Cleanup code highlighting --- content/post/bit-magic/index.md | 1 - content/post/grub-trampoline/index.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/post/bit-magic/index.md b/content/post/bit-magic/index.md index 9115a84..bde84bb 100644 --- a/content/post/bit-magic/index.md +++ b/content/post/bit-magic/index.md @@ -3,7 +3,6 @@ title: "Bit magic in C (and C++)" subtitle: "Tips and trick for embedded C/C++" summary: "Tips and trick for embedded C/C++" date: 2020-06-13T19:01:19+02:00 -lastmod: 2020-06-13T19:01:19+02:00 highlight: true --- diff --git a/content/post/grub-trampoline/index.md b/content/post/grub-trampoline/index.md index e417b6a..bab6133 100644 --- a/content/post/grub-trampoline/index.md +++ b/content/post/grub-trampoline/index.md @@ -3,7 +3,7 @@ title: "GRUB Trampoline" subtitle: "Install GRUB on a spare drive" summary: "Using a spare drive to act as a trampoline during the boot process." date: 2021-05-03T15:28:14+02:00 -lastmod: 2021-05-17T15:28:14+02:00 +highlight: true --- # Background