summaryrefslogtreecommitdiff
path: root/templates/header_macros.html
blob: efe286c77f344bbd2062143dc62efd4a760baf2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 %}