This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 621d217 Add alt attribute to img tag in menu (#64)
621d217 is described below
commit 621d217fe5e654fb9711406fa5ae2a53e4ca996b
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 30 08:00:34 2025 +1000
Add alt attribute to img tag in menu (#64)
---
content/theme/templates/menu.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/theme/templates/menu.html
b/content/theme/templates/menu.html
index 97eae1b..08b866c 100644
--- a/content/theme/templates/menu.html
+++ b/content/theme/templates/menu.html
@@ -1,7 +1,7 @@
<!-- nav bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-info" aria-label="Fifth
navbar example">
<div class="container-fluid">
- <a class="navbar-brand" href="/"><img
src="https://apache.org/img/asf_logo.png" style="height: 42px;"/>
+ <a class="navbar-brand" href="/"><img
src="https://apache.org/img/asf_logo.png" alt="The Apache Software Foundation"
style="height: 42px;"/>
<span style="position: relative; top: 5px; margin-left: 16px;">Tooling
Initiative</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]