Skip to content

Commit

Permalink
Add tomato favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Oct 10, 2024
1 parent c6d209c commit a741f43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/tomato/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

{% block extrahead %}
{{ block.super }}
<link
rel="icon"
href="data:image/svg+xml,&lt;svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22&gt;&lt;text y=%22.9em%22 font-size=%2290%22&gt;🍅&lt;/text&gt;&lt;/svg&gt;"
>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
Expand Down

0 comments on commit a741f43

Please sign in to comment.