summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/index.html
blob: 919ef99b4f0bdba4a10a7fd5c0f3f5cc85900b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ define "main" }}
<div id="card" class="h-card text-center">
    <a class="u-url u-uid" href="https://rayhammer.dev" rel="me">
        <img class="u-photo" src="img/rayhammer.jpg">
    </a>
    <p>
        <span class="p-nickname">RayHammer</span>
    </p>
</div>
{{ .Content }}
{{ end }}