Skip to content

Commit 636344c

Browse files
author
SPRINX0\prochazka
committed
SEO
1 parent de2ba74 commit 636344c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

layouts/shortcodes/databases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="dblist">
22
{{ range where $.Site.RegularPages "Section" "database" }}
33
<a href="{{ .RelPermalink }}" class="dblistitem">
4-
<img src="/db/{{.Params.icon}}" width="60" height="60" />
4+
<img src="/db/{{.Params.icon}}" width="60" height="60" alt="{{ .Params.name }}" />
55
<div class="dbname">
66
{{ .Params.name }} {{ if .Params.experimental }}
77
<br />

layouts/shortcodes/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010

1111
<div class="card-content is-flex">
12-
<img src="/img/{{ .Params.icon }}" class="feature-avatar mr-4" />
12+
<img src="/img/{{ .Params.icon }}" class="feature-avatar mr-4" width="5rem" height="5rem" alt="{{ .Title }}" />
1313
{{ with .Params.description }}
1414
{{ . }}
1515
{{ else }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"copyfiles": "^2.4.1"
99
},
1010
"scripts": {
11-
"postinstall": "copyfiles -u 2 'node_modules/swiper/swiper-bundle.min.*' 'static/swiper'"
11+
"postinstall": "copyfiles -u 2 \"node_modules/swiper/swiper-bundle.min.*\" \"static/swiper\""
1212
}
1313
}

0 commit comments

Comments
 (0)