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 4ad8a31 commit 8053532Copy full SHA for 8053532
layouts/partials/card-api.html
@@ -13,9 +13,11 @@
13
</div>
14
{{ end }}
15
{{ if .Params.logoPath }}
16
+ <div class="relative flex justify-center items-center mb-5">
17
<div class="svg-logo border border-slate-200 p-2 rounded justify-center">
18
<img src="{{ .Params.logoPath | relLangURL }}" width="82px" height="82px">
19
20
+ </div>
21
22
<div class="relative text-center">
23
<h3 class="text-xl font-medium break-words">{{ .Title }}</h3>
0 commit comments