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 ++++++++------ themes/stingray/layouts/partials/header.html | 4 ++++ 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'themes/stingray/layouts') 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 diff --git a/themes/stingray/layouts/partials/header.html b/themes/stingray/layouts/partials/header.html index e69de29..5759242 100644 --- a/themes/stingray/layouts/partials/header.html +++ b/themes/stingray/layouts/partials/header.html @@ -0,0 +1,4 @@ +
+

{{ .Site.Title }}

+ {{ .Site.Params.Description }} +
\ No newline at end of file -- cgit v1.2.3