summaryrefslogtreecommitdiff
path: root/templates/header_macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header_macros.html')
-rw-r--r--templates/header_macros.html19
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 %}
+