1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 23:45:58 -04:00

add anchor links to content sub-headings

forked anchor-js: https://github.com/jakejarvis/simple-anchor
This commit is contained in:
2021-08-30 14:01:13 -04:00
parent 5e3507a594
commit 1ed75bb763
6 changed files with 108 additions and 69 deletions
+1
View File
@@ -2,6 +2,7 @@ import "./src/dark-mode.js";
import "./src/emoji.js";
import "./src/counter.js";
import "./src/clipboard.js";
import "./src/anchor.js";
import "./src/projects.js";
export default () => {};