Skip to content

Commit

Permalink
perf: temp icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 13, 2023
1 parent ec12822 commit 7ddded8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_includes/layouts/body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default ({ title, children, metas }: Lume.Data, { html, url }: Lume.Helpe
<meta name="view-transition" content="same-origin" />
<meta name="supported-color-schemes" content="light dark" />
<title>{title}</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text x=%22-.1em%22 y=%22.9em%22 font-size=%2290%22>❄️</text></svg>" />
<link rel="stylesheet" href={url('/uno.css')} />
<link rel="stylesheet" href={url('/styles.css')} />
{html`<script async type="module">
Expand Down

0 comments on commit 7ddded8

Please sign in to comment.