Skip to content

Commit ea1fc10

Browse files
authored
feat(logo.html): update logo to use image instead of text (#210)
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.
1 parent cff0f79 commit ea1fc10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

layouts/partials/extended_head.html

Whitespace-only changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{else}}{{ $.Site.BaseURL }}{{ end }}">
22
<div class="logo">
3-
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}
3+
<img src="/images/AHA-logo-black.png" alt="AHA! Logo" height="100">
4+
<!-- {{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }} -->
45
</div>
56
</a>

0 commit comments

Comments
 (0)