From b848307f4958687b09efea53da93ce8dc1ada923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Wed, 19 Oct 2022 20:14:38 +0200 Subject: [PATCH] Add: new twitch section (wip) --- src/content/sections/twitch.md | 8 ++++++++ src/themes/oscar/layouts/sections/twitch.html | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/content/sections/twitch.md create mode 100644 src/themes/oscar/layouts/sections/twitch.html diff --git a/src/content/sections/twitch.md b/src/content/sections/twitch.md new file mode 100644 index 0000000..7ba7c06 --- /dev/null +++ b/src/content/sections/twitch.md @@ -0,0 +1,8 @@ +--- +title: "Twitch" +date: 2022-10-18T19:50:54Z +draft: false +layout: twitch +--- + +Twitch diff --git a/src/themes/oscar/layouts/sections/twitch.html b/src/themes/oscar/layouts/sections/twitch.html new file mode 100644 index 0000000..a102304 --- /dev/null +++ b/src/themes/oscar/layouts/sections/twitch.html @@ -0,0 +1,18 @@ + + + {{ partial "metas.html" . }} + +
+ + + + + + + + + +
+ {{ block "main" . }}{{ end }} + +