Skip to content

Commit f765054

Browse files
committed
try a different URL for 404 page image
1 parent 23ecb14 commit f765054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="content">
55
<h1 class="text-center">Eeep! Page not found!</h1>
66
<div class="center-block">
7-
<img class="displayed img-responsive" src="{{ get_asset('images/404image.jpg') }}" width="500px" />
7+
<img class="displayed img-responsive" src="assets/images/404image.jpg" width="500px" />
88
</div>
99
<h3 class="text-center">This URL doesn’t point to anything.</h3>
1010
<p class="text-center">Is it supposed to? Or is it an old book mark? Please let <a href="mailto:lynn [at] newcoder [dot] io">me</a> know!</p>

0 commit comments

Comments
 (0)