Skip to content

Commit

Permalink
Add broadband
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe committed Sep 7, 2023
1 parent 9842442 commit 60abfa3
Show file tree
Hide file tree
Showing 5 changed files with 958 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ site.copy(dataPath);
// https://lume.land/docs/core/processors/
site.process([".html"], autoDependency);


site.loadAssets([".css"]);
site.loadAssets([".js"]);

// Import lume charts
site.use(oiCharts({
assetPath: '/assets',
Expand Down
2 changes: 1 addition & 1 deletion src/_components/anchor.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

---

<a class="anchor" id="{{ ref }}" href="#{{ ref }}" data-dependencies="/js/section-links.js">§</a>
<a class="anchor" id="{{ ref }}" href="#{{ ref }}" data-dependencies="/assets/js/section-links.js">§</a>
Loading

0 comments on commit 60abfa3

Please sign in to comment.