From f5ca944bdc6cecc8cc85c4b71870479d3356a783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Wed, 1 Sep 2021 01:26:26 +0200 Subject: [PATCH] Fix homepage raw html for recent Hugo --- content/_index.md | 4 ++++ layouts/shortcodes/rawhtml.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 layouts/shortcodes/rawhtml.html diff --git a/content/_index.md b/content/_index.md index 1c3caee..c738ed5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,6 +20,7 @@ programming/hacking. I am currently doing research internships before starting a PhD. +{{< rawhtml >}} +{{< /rawhtml >}} I also enjoy cooking quite a lot! When I stumble upon something that deserves to be recorded, I usually write an entry on my recipes website (in French): +{{< rawhtml >}} +{{< /rawhtml >}} ## {{< fontawesome "pencil" >}} Contact me diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..59448a1 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1 @@ +{{ .Inner }}