From bddf500270003beb08fcc1f35da019845a9c548e Mon Sep 17 00:00:00 2001 From: daviddgtnt Date: Wed, 22 Jan 2025 16:03:59 -0600 Subject: [PATCH] Add Logos Reftagger --- _layouts/default.html | 4 ++++ _layouts/home.html | 3 +++ _layouts/noindent.html | 3 +++ _layouts/post.html | 5 ++++- assets/css/main.css | 6 +++++- 5 files changed, 19 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 7de42d5..6ae72bd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -33,4 +33,8 @@

©2024-2025 David Jentes

Designed for the 2025 Cumberland Valley Regional Student Convention

+ + diff --git a/_layouts/home.html b/_layouts/home.html index cf2e3f7..b45d4f2 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -35,4 +35,7 @@

©2024-2025 David Jentes

Designed for the 2025 Cumberland Valley Regional Student Convention

+ diff --git a/_layouts/noindent.html b/_layouts/noindent.html index 8cfe9b1..d661373 100644 --- a/_layouts/noindent.html +++ b/_layouts/noindent.html @@ -33,4 +33,7 @@

©2024-2025 David Jentes

Designed for the 2025 Cumberland Valley Regional Student Convention

+ diff --git a/_layouts/post.html b/_layouts/post.html index 9af1c64..fa84296 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -16,7 +16,7 @@
-
+

{{page.title}}

By {{page.author}}

@@ -35,4 +35,7 @@

©2024-2025 David Jentes

Designed for the 2025 Cumberland Valley Regional Student Convention

+ diff --git a/assets/css/main.css b/assets/css/main.css index b556899..bf0d785 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -6,4 +6,8 @@ @google-font "M PLUS\ 2" 400 display=swap; @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +a { + @apply underline text-livingstone-300; +} \ No newline at end of file