SteveLane / hugo-icon

Icon theme for Hugo
MIT License
87 stars 67 forks source link

Alt functionality for images #14

Closed WaygoneWilco closed 6 years ago

WaygoneWilco commented 6 years ago

So far I haven't found a way to add alt text descriptions to images. Is this possible?

SteveLane commented 6 years ago

I'm not sure - the theme uses magnific for popups - I wonder whether adding alt to the tag would work?

WaygoneWilco commented 6 years ago

Ok I will investigate - thank you

WaygoneWilco commented 6 years ago

I tried manually adding alt text to the images after running "hugo", but this did not work.

SteveLane commented 6 years ago

So, in team.html in the partials, you could add some go code to pick up an alt tag from the config, however I'm not too sure how to add it to the magnific popup.

WaygoneWilco commented 6 years ago

Ok, thank you. It seems like how the magnific popup is configure makes it so there can't be any alt tags. That's ok. Thanks for the help! I'll close this for now.