Skip to content

Commit 25fd92d

Browse files
author
SPRINX0\prochazka
committed
SEO
1 parent 5633be1 commit 25fd92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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" alt="{{ .Params.name }}" />
4+
<img src="/db/{{.Params.icon}}" width="60" height="60" alt="{{ .Params.title }}" />
55
<div class="dbname">
66
{{ .Params.name }} {{ if .Params.experimental }}
77
<br />

0 commit comments

Comments
 (0)