File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" author" >
3
3
4
- <g-image class =" author__image" src =" ~/assets/images/author.jpg" width =" 180" height =" 180" blur =" 5" />
4
+ <g-image alt = " Author image " class =" author__image" src =" ~/assets/images/author.jpg" width =" 180" height =" 180" blur =" 5" />
5
5
6
6
<h1 v-if =" showTitle" class =" author__site-title" >
7
7
{{ $static.metaData.siteName }}
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" post-card content-box" :class =" {'post-card--has-poster' : post.poster}" >
3
3
<div class =" post-card__header" >
4
- <g-image v-if =" post.coverImage" class =" post-card__image" :src =" post.coverImage" />
4
+ <g-image alt = " Cover image " v-if =" post.coverImage" class =" post-card__image" :src =" post.coverImage" />
5
5
</div >
6
6
<div class =" post-card__content" >
7
7
<h2 class =" post-card__title" v-html =" post.title" />
Original file line number Diff line number Diff line change 11
11
12
12
<div class =" post content-box" >
13
13
<div class =" post__header" >
14
- <g-image v-if =" $page.post.coverImage" :src =" $page.post.coverImage" />
14
+ <g-image alt = " Cover image " v-if =" $page.post.coverImage" :src =" $page.post.coverImage" />
15
15
</div >
16
16
17
17
<div class =" post__content" v-html =" $page.post.content" />
You can’t perform that action at this time.
0 commit comments