Skip to content

Commit

Permalink
fix: title image
Browse files Browse the repository at this point in the history
  • Loading branch information
anso33 committed Nov 2, 2023
1 parent a892a8f commit 19738b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/views/site-brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="logo-container">
<img class="site-favicon" title="{{ site.title | escape }}" src="{{ site.favicon }}" onerror="this.style.display='none'">
<!-- {{ site.title | escape }} -->
<img style="position: relative; width: 200px;" src='/assets/images/banners/kernel360.png' alt='Kernel360 Crew Tech Blog' />
<img style="position: relative; width: 200px;" src='assets/images/banners/kernel360.png' alt='Kernel360 Crew Tech Blog' />

</div>
</a>
Expand Down

0 comments on commit 19738b2

Please sign in to comment.