-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try changing approach to loading custom scripts
- Loading branch information
1 parent
d870da8
commit 33ece3e
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -27,8 +27,8 @@ import phosphor from "https://deno.land/x/[email protected]/phosphor.ts"; | |
// import transformImages from "lume/plugins/transform_images.ts"; | ||
import brotli from "lume/plugins/brotli.ts"; | ||
import onDemand from "lume/plugins/on_demand.ts"; | ||
import cssBanner from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/css_banner.ts?token=2"; | ||
import shuffle from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/shuffle.ts?token=2"; | ||
import cssBanner from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/css_banner.ts?3"; | ||
import shuffle from "https://raw.githubusercontent.com/RickCogley/hibana/refs/heads/main/plugins/shuffle.ts?3"; | ||
import fff from "lume/plugins/fff.ts"; | ||
|
||
const site = lume( | ||
|