mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
refactor: move active link handling to JavaScript
This commit is contained in:
@@ -9,6 +9,7 @@ import ThemeProvider from '../components/ThemeProvider.astro';
|
||||
import PageHeader from '../components/PageHeader.astro';
|
||||
import PageFooter from '../components/PageFooter.astro';
|
||||
import Sal from '../components/Sal.astro';
|
||||
import ActiveNavigationCheck from '../components/ActiveNavigationCheck.astro';
|
||||
|
||||
export interface Props {
|
||||
backLink?: string;
|
||||
@@ -152,6 +153,7 @@ const webManifest = isProduction && {
|
||||
</script>
|
||||
|
||||
<Sal />
|
||||
<ActiveNavigationCheck />
|
||||
|
||||
<ThemeProvider />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user