From 16baee503c4579d631d15d545d2c95188f92a9f8 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Tue, 24 Dec 2024 11:14:50 -0600 Subject: [PATCH] feat(logo.html): update logo to use image instead of text Replace the text-based logo with an image to enhance the visual appearance and brand recognition. The image is sourced from "/images/AHA-logo-black.png" and provides a more professional and consistent look across different platforms. The previous text-based logo code is commented out for potential future use or reference. --- layouts/partials/extended_head.html | 0 themes/terminal/layouts/partials/logo.html | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/extended_head.html diff --git a/layouts/partials/extended_head.html b/layouts/partials/extended_head.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/terminal/layouts/partials/logo.html b/themes/terminal/layouts/partials/logo.html index 8a1bf1f..a07d690 100644 --- a/themes/terminal/layouts/partials/logo.html +++ b/themes/terminal/layouts/partials/logo.html @@ -1,5 +1,6 @@