diff options
Diffstat (limited to 'themes/stingray/layouts/index.html')
-rw-r--r-- | themes/stingray/layouts/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/stingray/layouts/index.html b/themes/stingray/layouts/index.html index 31208e3..919ef99 100644 --- a/themes/stingray/layouts/index.html +++ b/themes/stingray/layouts/index.html @@ -1,9 +1,11 @@ {{ define "main" }} -<div class="text-center"> - <h1 class="title">{{ .Site.Title }}</h1> - {{ .Description }} -</div> -<div> - {{ .Content }} +<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 }}
\ No newline at end of file |