Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link in menus header missing aria-label #1904

Open
Weaxs opened this issue Jan 8, 2025 · 0 comments
Open

link in menus header missing aria-label #1904

Weaxs opened this issue Jan 8, 2025 · 0 comments

Comments

@Weaxs
Copy link
Contributor

Weaxs commented Jan 8, 2025

Describe the bug
Links must have discernible text

menue.toml:

[[main]]
identifier = "travelling"
pre = "travelling"
url = "https://www.travellings.cn/go.html"
weight = 60

html in website:

<a href="https://www.travellings.cn/go.html" target="_blank" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
    
    <span>
        

  <span class="relative block icon">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
    <path fill="currentColor" d="M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 128c0-17.7 14.3-32 32-32h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM272 96h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H272c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"></path>
</svg>
  </span>


    </span>
    
    <p class="text-base font-medium" title="">
        
    </p>
</a>

<a> missing aria-label attribute

Screenshots
image

Hugo & Blowfish versions

blowfish version v2.78.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant