git.sophuwu.com > myweb   
              0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
             {{ define "header" }}
<header>
    <div>
        <a class="favicon" href="/">&nbsp;</a>
        <h2 style="font-size: 2cap;">Sophie Kisiel</h2>
        <a href="/" style="margin-left: auto;"><button class="headbutt"><label class="fa fa-home"></label> Home</button></a>
        <a href="/blog/"><button class="headbutt"><label class="fa fa-book"></label> Blog</button></a>
        <a href="//sophuwu.site/"><button class="headbutt"><label class="fa fa-code-fork"></label> Git Repo</button></a>
        <a href="/animations/"><button class="headbutt"><label class="fa fa-image"></label> Animations</button></a>
    </div>

    <hr style="margin-top: 5px;">
</header>
{{ end }}