File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Dialog change log
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ ## 1.1.1 / 2022-10-05
7
+
8
+ * Fixed missing ` alt ` attributes for images. See #15 - @thekid
9
+
6
10
## 1.1.0 / 2022-10-04
7
11
8
12
* Merged PR #14 : Show a map and list of all journeys - @thekid
Original file line number Diff line number Diff line change 30
30
{{ #if @last }}
31
31
<div class =" continue card" >
32
32
<a title =" Seite 2" href =" /feed?page=2" >
33
- {{ #with images.0 }} <img src =" /image/{{ slug }} /thumb-{{ . }} .webp" >{{ /with }}
33
+ {{ #with images.0 }} <img alt = " Bild vom {{ meta.dateTime }} " src =" /image/{{ slug }} /thumb-{{ . }} .webp" >{{ /with }}
34
34
<div class =" next" >» </div >
35
35
</a >
36
36
</div >
44
44
href =" /journey/{{ slug }} "
45
45
{{ /if }}
46
46
>
47
- {{ #with images.0 }} <img src =" /image/{{ slug }} /thumb-{{ . }} .webp" >{{ /with }}
47
+ {{ #with images.0 }} <img alt = " Bild vom {{ meta.dateTime }} " src =" /image/{{ slug }} /thumb-{{ . }} .webp" >{{ /with }}
48
48
<h3 >{{ title }} </h3 >
49
49
</a >
50
50
</div >
Original file line number Diff line number Diff line change 20
20
<div class =" card" >
21
21
<div class =" date" >{{ range is.from is.until format =" M Y" }} </div >
22
22
<a title =" {{ title }} " href =" /journey/{{ slug }} " >
23
- {{ #with images.0 }} <img src =" /image/{{ slug }} /thumb-{{ . }} .webp" >{{ /with }}
23
+ {{ #with images.0 }} <img alt = " Bild vom {{ meta.dateTime }} " src =" /image/{{ slug }} /thumb-{{ . }} .webp" >{{ /with }}
24
24
<h3 >{{ title }} </h3 >
25
25
</a >
26
26
</div >
You can’t perform that action at this time.
0 commit comments