[websites/kdenlive-org] /: Work/creditwhereitsdue
Farid Abdelnour <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ec161fdef0eb313297029234718cd4d309b970aa by Farid Abdelnour, on behalf of Camille Moulin.
Committed on 22/07/2026 at 19:57.
Pushed by frdbr into branch 'master'.
Work/creditwhereitsdue
The idea is to give more credit to the origin of this screenshot we use everywhere.
Two commits (that should be squashed) :
- Modiifying the alt text of the image to explicitly mention `Framboise ou chocolat, by François Téchené`
- Adding a title element to make it visible when hovering the image
M +1 -1 i18n/en.yaml
M +1 -1 layouts/index.html
https://invent.kde.org/websites/kdenlive-org/-/commit/ec161fdef0eb313297029234718cd4d309b970aa
diff --git a/i18n/en.yaml b/i18n/en.yaml
index f110905..4414000 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -3,7 +3,7 @@ displayed-title:
other: Kdenlive
Home.alt_img:
- other: "Screenshot of Kdenlive"
+ other: "Screenshot of Kdenlive used to edit Framboise ou chocolat, by François Téchené"
Home.downloadbutton:
other: "Download"
diff --git a/layouts/index.html b/layouts/index.html
index bce4864..01805e9 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -38,7 +38,7 @@
{{ with .Process "webp" }}
<source srcset="{{ .RelPermalink }}" type="{{ .MediaType.Type }}">
{{ end }}
- <img class="img-fluid" alt={{ i18n "Home.alt_img"}} src="{{ .RelPermalink }}"/>
+ <img class="img-fluid" title={{ i18n "Home.alt_img"}} alt={{ i18n "Home.alt_img"}} src="{{ .RelPermalink }}"/>
</picture>
{{ end }}
</figure>