We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00abc1 commit c37233cCopy full SHA for c37233c
_includes/header.html
@@ -3,7 +3,10 @@
3
<div class="wrapper">
4
{%- assign default_paths = site.pages | map: "path" -%}
5
{%- assign page_paths = site.header_pages | default: default_paths -%}
6
- <a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
+ <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>
10
11
{%- if page_paths -%}
12
<nav class="site-nav">
assets/rustwasm.png
25.1 KB
0 commit comments