diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 16:34:37 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 16:34:37 +0300 |
| commit | a546917f088f049e91aca075a222096dea83fb2b (patch) | |
| tree | 1615c42547dbd5c33c69703351b893462a7f8a5d /_includes/art-menu.html | |
| parent | 1f26e4981ecd89ace20d9e329a629fd63dfc269a (diff) | |
| download | aaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.tar.gz aaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.zip | |
fix html errors
Diffstat (limited to '_includes/art-menu.html')
| -rw-r--r-- | _includes/art-menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/art-menu.html b/_includes/art-menu.html index 01a455b..62151da 100644 --- a/_includes/art-menu.html +++ b/_includes/art-menu.html @@ -10,7 +10,8 @@ </span> </a> <div class="art-menu-item-img"> - <img src="{{ artthumbs | sample }}"> + <img src="{{ artthumbs | sample }}" + alt="{{ page.title }} preview"> </div> </li> {% endif %} |
