summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/partials/aside.html
blob: c91c68c5c6ff00221727e98e1edc7896f5491e80 (plain)
1
2
3
4
5
6
7
8
9
10
<aside id="card">
    <div class="h-card text-center">
        <a class="u-url u-uid" href="{{ .Site.BaseURL }}" rel="me">
            <img class="u-photo" src="/img/rayhammer.jpg" alt="h-card photo">
        </a>
        <p>
            <span class="p-nickname">RayHammer</span>
        </p>
    </div>
</aside>