Skip to content

Commit

Permalink
refactor: disable quicklink
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 13, 2023
1 parent 7ddded8 commit 255b1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_includes/layouts/body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default ({ title, children, metas }: Lume.Data, { html, url }: Lume.Helpe
<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">
{/* {html`<script async type="module">
import { listen } from 'https://esm.run/quicklink'
listen()
</script>`}
</script>`} */}
</head>
<body class="prose max-w-none bg-surface color-onsurface">
{children}
Expand Down

0 comments on commit 255b1cd

Please sign in to comment.