Skip to content

Commit 9aef225

Browse files
committed
Set default page image URL from relative to specified
1 parent 664300e commit 9aef225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<main role="main" class="page-content" id="page-content">
1515
<div class="row">
1616
<div class="main-logo">
17-
<a href="{{site.url}}"><img src="./images/keyboard-green.png"></a>
17+
<a href="{{site.url}}"><img src="{{site.url}}/images/keyboard-green.png"></a>
1818
</div>
1919
<div class="main-logo-title">
2020
<h1 class="cover-heading">CODEWITH<span id="small-screen-break"><br /></span><span id="suffix" class="typed-suffix">US</span></h1>

0 commit comments

Comments
 (0)