From 6956e920df5590f1986ef19a3cf587a2ed544b77 Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Fri, 4 Aug 2023 18:12:35 +0200 Subject: [PATCH] Add Alt text for project icon in `templates/project.html` --- templates/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/project.html b/templates/project.html index 68f1190a..c7a6a061 100644 --- a/templates/project.html +++ b/templates/project.html @@ -22,7 +22,7 @@ <div class="container"> <div class="columns is-vcentered"> <div class="column is-one-third circle-bg"> - <img class="is-1by1" src="/{{ section.extra.title_icon }}" alt=""> + <img class="is-1by1" src="/{{ section.extra.title_icon }}" alt="Projekt-Icon"> </div> <div class="project-theses"> {% for thesis in section.extra.theses %} -- GitLab