Skip to content

Commit b8d9f54

Browse files
committed
Use absolute path for icon so it doesnt break on subdirectories
1 parent 3fe708c commit b8d9f54

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
@@ -33,7 +33,7 @@
3333
{% endif %}
3434

3535
<h1 id="project_title">
36-
<img src='images/logo.png' width='64' height='64' class='logo'/>
36+
<img src='/images/logo.png' width='64' height='64' class='logo'/>
3737
{{ site.title | default: site.github.repository_name }}
3838
</h1>
3939
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>

0 commit comments

Comments
 (0)