Skip to content

Commit

Permalink
Use rosindex_logo as favicon (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkent committed Sep 9, 2024
1 parent fc79320 commit d307dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
{% else %}
<link rel="canonical" href="{{ page.url | replace: 'index.html', '' | prepend: site.baseurl | prepend: site.url }}">
{% endif %}

<link rel="icon" sizes="any" type="image/svg+xml" href="/assets/rosindex_logo.svg">

{% if page.css_uris %}
{% for css_uri in page.css_uris %}
Expand Down

0 comments on commit d307dbc

Please sign in to comment.