File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 darkMode : 'class' ,
1111 }
1212 </ script >
13+ < script async src ="https://cdn.seline.com/seline.js " data-token ="091747081ed47e6 "> </ script >
1314 < script src ="js/main.js "> </ script >
1415 < script src ="js/theme.js " defer > </ script >
15- < script async src ="https://cdn.seline.com/seline.js " data-token ="091747081ed47e6 "> </ script >
1616
1717 < link rel ="icon " type ="image/png " href ="assets/favicons/favicon-96x96.png " sizes ="96x96 " />
1818 < link rel ="icon " type ="image/svg+xml " href ="assets/favicons/favicon.svg " />
Original file line number Diff line number Diff line change 1+ // --- Seline Analytics ---
2+ function initSeline ( ) {
3+ if ( typeof seline !== "undefined" ) {
4+ seline . init ( {
5+ token : "091747081ed47e6" ,
6+ autoPageView : true
7+ } ) ;
8+ console . log ( "Seline initialized" ) ;
9+ } else {
10+ setTimeout ( initSeline , 100 ) ;
11+ }
12+ }
13+ document . addEventListener ( "DOMContentLoaded" , initSeline ) ;
14+
115function scrollToMission ( ) {
216 document . getElementById ( 'mission' ) . scrollIntoView ( {
317 behavior : 'smooth'
You can’t perform that action at this time.
0 commit comments