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 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 />
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments