We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5633be1 commit 25fd92dCopy full SHA for 25fd92d
layouts/shortcodes/databases.html
@@ -1,7 +1,7 @@
1
<div class="dblist">
2
{{ range where $.Site.RegularPages "Section" "database" }}
3
<a href="{{ .RelPermalink }}" class="dblistitem">
4
- <img src="/db/{{.Params.icon}}" width="60" height="60" alt="{{ .Params.name }}" />
+ <img src="/db/{{.Params.icon}}" width="60" height="60" alt="{{ .Params.title }}" />
5
<div class="dbname">
6
{{ .Params.name }} {{ if .Params.experimental }}
7
<br />
0 commit comments