From d605b77f6255a605d5afb9cd78649b1d7e301128 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 5 Apr 2026 08:41:04 +0200 Subject: layout: create base layout, header, footer, hero, and post card partials --- layouts/_partials/hero.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/_partials/hero.html (limited to 'layouts/_partials/hero.html') diff --git a/layouts/_partials/hero.html b/layouts/_partials/hero.html new file mode 100644 index 0000000..11034be --- /dev/null +++ b/layouts/_partials/hero.html @@ -0,0 +1,11 @@ +
+ {{ partial "matrix-canvas.html" . }} +
+
{{ .Site.Params.avatar }}
+
+

{{ .Site.Params.author }}

+
// engineer • writer • human
+

{{ .Site.Params.description }}

+
+
+
-- cgit v1.2.3