From 5fa9597734f5183863bde2a4eed35fb5b8f0f115 Mon Sep 17 00:00:00 2001 From: RayHammer Date: Thu, 20 Oct 2022 18:57:38 +0200 Subject: Added representative h-card --- themes/stingray/layouts/index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'themes/stingray/layouts/index.html') 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" }} -
-

{{ .Site.Title }}

- {{ .Description }} -
-
- {{ .Content }} +
+ + + +

+ RayHammer +

+{{ .Content }} {{ end }} \ No newline at end of file -- cgit v1.2.3