From 206c1be241d72e5925613155413dffef4ee6f9ac Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 4 Sep 2025 08:07:09 -0400 Subject: [PATCH] Update base template --- layouts/index.html | 63 ++++++++++++++++++++++++++++---------------- static/css/style.css | 2 +- 2 files changed, 41 insertions(+), 24 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 6b21cb0..8e17091 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,38 +1,55 @@ {{ partial "head.html" . }} - + -
-
- - {{ partial "profile.html" . }} +
+
+ +
+ + {{ partial "profile.html" . }} - - {{ partial "link-card.html" . }} + + {{ partial "link-card.html" . }} - - {{ partial "spotify-playlist.html" . }} + - - {{ partial "messaging-etiquette.html" . }} - - - - + + + + + - - {{ partial "about.html" . }} + + {{ partial "about.html" . }} - - {{ partial "Instructions.html" . }} + -
- © 2025 LucentLink | Made with ❤️ -
- +
+ © {{ .Site.Params.copyright }} +
+ +
+
diff --git a/static/css/style.css b/static/css/style.css index bdc7fba..19a4a15 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -159,4 +159,4 @@ body { 100% { clip-path: inset(0 100% 0 0); /* back to hidden */ } -} \ No newline at end of file +}