-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove font-awesome and twemoji from the site head.
- Loading branch information
1 parent
eec3111
commit 5d94a47
Showing
1 changed file
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,19 +94,7 @@ const titleFormatted = t("title-formatted", { | |
<script> | ||
import "src/script"; | ||
</script> | ||
<script | ||
async | ||
src="https://kit.fontawesome.com/b1b70f724e.js" | ||
crossorigin="anonymous" | ||
></script> | ||
<noscript> | ||
<link href="/assets/fontawesome/css/all.min.css" rel="stylesheet" /> | ||
</noscript> | ||
<script | ||
async | ||
src="https://unpkg.com/[email protected]/dist/twemoji.min.js" | ||
crossorigin="anonymous" | ||
></script> | ||
|
||
<link href="/assets/css/prism-material-dark.css" rel="stylesheet" media="(prefers-color-scheme: dark)" /> | ||
<link href="/assets/css/prism-material-light.css" rel="stylesheet" media="(prefers-color-scheme: light)" /> | ||
</head> |
5d94a47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See preview on Cloudflare Pages: https://91154932.quiltmc-org.pages.dev