From 730d3a8eba6875fa601dece7c0e62e07510b3d1b Mon Sep 17 00:00:00 2001 From: RayHammer Date: Sun, 23 Oct 2022 13:48:18 +0200 Subject: Made an aside block --- themes/stingray/layouts/partials/aside.html | 10 ++++++++++ themes/stingray/layouts/partials/footer.html | 8 +++++--- themes/stingray/layouts/partials/header.html | 10 ++++++---- 3 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 themes/stingray/layouts/partials/aside.html (limited to 'themes/stingray/layouts/partials') diff --git a/themes/stingray/layouts/partials/aside.html b/themes/stingray/layouts/partials/aside.html new file mode 100644 index 0000000..418581c --- /dev/null +++ b/themes/stingray/layouts/partials/aside.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/themes/stingray/layouts/partials/footer.html b/themes/stingray/layouts/partials/footer.html index 5768ad1..588f5b0 100644 --- a/themes/stingray/layouts/partials/footer.html +++ b/themes/stingray/layouts/partials/footer.html @@ -1,3 +1,5 @@ -

- (c) 2022 RayHammer -

\ No newline at end of file + \ No newline at end of file diff --git a/themes/stingray/layouts/partials/header.html b/themes/stingray/layouts/partials/header.html index 5759242..9b61ee6 100644 --- a/themes/stingray/layouts/partials/header.html +++ b/themes/stingray/layouts/partials/header.html @@ -1,4 +1,6 @@ -
-

{{ .Site.Title }}

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

{{ .Site.Title }}

+ {{ .Site.Params.Description }} +
+
-- cgit v1.2.3