Skip to content

Commit 7226894

Browse files
committed
Sidebar: Update icon path to absolute
1 parent 424caa5 commit 7226894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{{ end }}
3030
</section>
3131
<div class="list-header-container">
32-
<img src="/images/icons/{{ .Params.logo | default "NGINX-product-icon.svg" }}">
32+
<img src="{{ "/images/icons/" | absURL }}{{ .Params.logo | default "NGINX-product-icon.svg" }}">
3333
<div class="list-header-title">
3434
<h1>{{ .Title }}</h1>
3535
{{ if index .Params "nd-subtitle" }}

0 commit comments

Comments
 (0)