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/base.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 5cc8b33..62629ff 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,3 +1,5 @@ +{% import "header_macros.html" as header_macros %} + @@ -5,11 +7,11 @@ - + - Rubén Beltrán del Río — {{ section.title }} + Rubén Beltrán del Río — {{ config.title }} @@ -19,22 +21,19 @@ + + + -
-

- - Rubén Beltrán del Río -

-

✷ Holistic - tech - services ✷

-
+ {% block header %} + {{ header_macros::main_header() }} + {% endblock %}
{% block content %}{% endblock %}
@@ -43,10 +42,10 @@ - -- cgit