Skip to content

Commit 7b3023f

Browse files
committed
Fix: Add link to F5 logo in footer
1 parent 666ae45 commit 7b3023f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

layouts/partials/footer-v2.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<div class="footer-layout">
22
<div class="footer-f5-trademark">
3-
<img class="f5-logo-footer" src="{{ "/images/icons/Logo_F5.svg" | absURL }}" alt="F5 logo">
3+
<a
4+
href="https://www.f5.com"
5+
rel="noopener"
6+
target="_blank"
7+
><img class="f5-logo-footer" src="{{ "/images/icons/Logo_F5.svg" | absURL }}" alt="F5 logo">
8+
</a>
49
<p>©2025 F5, Inc. All rights reserved. NGINX is a registered trademark of F5, Inc.</p>
510
</div>
611
<div class="footer-useful-links">

0 commit comments

Comments
 (0)