Skip to content

Commit fab57bd

Browse files
committed
Fix image path on notfound page
1 parent 0bf4901 commit fab57bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/themes/arangodb-docs-theme/layouts/_default/home.notfound.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="flex-block-wrapper">
55
<div class="notfound-404">
66
<p class="notfound-4">4</p>
7-
<img class="notfound-image" src="{{ "images/sad-avocado.png" | relURL }}" alt="Page not found!">
7+
<img class="notfound-image" src="{{ "sad-avocado.png" | relURL }}" alt="Page not found!">
88
<p class="notfound-4">4</p>
99
</div>
1010
<hgroup>

0 commit comments

Comments
 (0)