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 424caa5 commit 7226894Copy full SHA for 7226894
layouts/_default/list.html
@@ -29,7 +29,7 @@
29
{{ end }}
30
</section>
31
<div class="list-header-container">
32
- <img src="/images/icons/{{ .Params.logo | default "NGINX-product-icon.svg" }}">
+ <img src="{{ "/images/icons/" | absURL }}{{ .Params.logo | default "NGINX-product-icon.svg" }}">
33
<div class="list-header-title">
34
<h1>{{ .Title }}</h1>
35
{{ if index .Params "nd-subtitle" }}
0 commit comments