From c4be3181b6f9dc02f6b659506706445c11d9db45 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 26 Jan 2026 16:13:52 +0100 Subject: Add a blog --- templates/shortcodes/hero.html | 1 + templates/shortcodes/window.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 templates/shortcodes/hero.html (limited to 'templates/shortcodes') diff --git a/templates/shortcodes/hero.html b/templates/shortcodes/hero.html new file mode 100644 index 0000000..09c6d6f --- /dev/null +++ b/templates/shortcodes/hero.html @@ -0,0 +1 @@ +{{ page.extra.visual_aid_alt }} diff --git a/templates/shortcodes/window.html b/templates/shortcodes/window.html index 3fe8b50..6fe4a90 100644 --- a/templates/shortcodes/window.html +++ b/templates/shortcodes/window.html @@ -1,4 +1,4 @@ -
+
{{title}}
-- cgit