More and more alt text fixes

This commit is contained in:
Joshua Goins 2024-02-19 17:33:45 -05:00
parent 1535cbb9d3
commit 95aa08f07d
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ aliases:
- /notes - /notes
--- ---
{{< insert-pic "pic-blog.webp" "Blog" >}} {{< insert-pic "pic-blog.webp" "Drawing of a grocery list with the words Linux and Review and KDE written." >}}
Rambles and writings usually consisting of [Linux](/blog/tags/linux/), [KDE](/blog/tags/kde), personal thoughts and [reviews](/blog/tags/review/). Rambles and writings usually consisting of [Linux](/blog/tags/linux/), [KDE](/blog/tags/kde), personal thoughts and [reviews](/blog/tags/review/).

View file

@ -23,7 +23,7 @@
</div> </div>
{{ with resources.Get "pics/pic-gallery.png" }} {{ with resources.Get "pics/pic-gallery.png" }}
<img class="gallery-img" alt="Gallery" title="Gallery" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}"> <img class="gallery-img" alt="Drawing of an art gallery with several people standing around a piece hanging on the wall." width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}">
{{ end }} {{ end }}
</div> </div>

View file

@ -4,7 +4,7 @@
<a class="no-decoration" href="/art/{{ . }}"> <a class="no-decoration" href="/art/{{ . }}">
{{ $thumbp := printf "/year-thumbs/%d.webp" . }} {{ $thumbp := printf "/year-thumbs/%d.webp" . }}
{{ with resources.Get $thumbp }} {{ with resources.Get $thumbp }}
<img style="margin-right: 5px" width="256" height="128" title="{{ $year }}" alt="{{ $year }}" class="gallery-img article-img" src="{{ .RelPermalink }}"> <img style="margin-right: 5px" width="256" height="128" title="{{ $year }}" alt="A thumbnail of {{ $year }}'s art with the text in the center." class="gallery-img article-img" src="{{ .RelPermalink }}">
{{ end }} {{ end }}
</a> </a>
{{ end }} {{ end }}

View file

@ -1,3 +1,3 @@
{{ with resources.Get .Site.Params.profile_picture }} {{ with resources.Get .Site.Params.profile_picture }}
<img id="about-pic" alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"> <img id="about-pic" alt="Drawing of a catgirl, with blonde hair and dark eyes." title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
{{ end }} {{ end }}