diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-26 16:13:52 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:20:37 +0100 |
| commit | c4be3181b6f9dc02f6b659506706445c11d9db45 (patch) | |
| tree | a6e386e7f0e92a008bbdf80cfbb55bc75dcbe4d6 /templates/header_macros.html | |
| parent | 5737068b4153ba6173206bdb05e504a41ee87d3b (diff) | |
Add a blog
Diffstat (limited to 'templates/header_macros.html')
| -rw-r--r-- | templates/header_macros.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/header_macros.html b/templates/header_macros.html new file mode 100644 index 0000000..efe286c --- /dev/null +++ b/templates/header_macros.html @@ -0,0 +1,19 @@ +{% macro main_header() %} + <header> + <h1> + <canvas width="75" height="75" aria-hidden="true"></canvas> + <a href="/">Rubén Beltrán del Río</a> + </h1> + <p>✷ Holistic + tech + services ✷</p> + </header> +{% endmacro post_summary %} + +{% macro small_header() %} + <header class="small"> + <canvas width="75" height="75" aria-hidden="true"></canvas> + <p><a href="/">✷ Holistic tech services ✷</a></p> + </header> +{% endmacro post_summary %} + |