Thème Osuny
Documentation officielle sur developers.osuny.org
var imgs = document.querySelectorAll('img');
imgs.forEach((img)=>{
console.log(img, img.alt)
})
Name | Last commit | Last update |
---|---|---|
.github/workflows | ||
assets | ||
content | ||
docs/icons | ||
i18n | ||
layouts | ||
static | ||
.gitignore | ||
CODEOWNERS | ||
LICENSE | ||
config.yaml | ||
package.json | ||
readme.md | ||
theme.toml | ||
yarn.lock |
Documentation officielle sur developers.osuny.org
var imgs = document.querySelectorAll('img');
imgs.forEach((img)=>{
console.log(img, img.alt)
})