Skip to content

Commit c37233c

Browse files
committed
Add our logo to the header title
1 parent f00abc1 commit c37233c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_includes/header.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<div class="wrapper">
44
{%- assign default_paths = site.pages | map: "path" -%}
55
{%- assign page_paths = site.header_pages | default: default_paths -%}
6-
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
6+
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
7+
<img src="{{ "/assets/rustwasm.png" | relative_url }}" style="max-height: 2em"/>
8+
{{ site.title | escape }}
9+
</a>
710

811
{%- if page_paths -%}
912
<nav class="site-nav">

assets/rustwasm.png

25.1 KB
Loading

0 commit comments

Comments
 (0)