Skip to content

Commit

Permalink
Change expected location of stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Oct 6, 2024
1 parent 5fa3da8 commit 92453d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/scripts/templates/index_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
href="https://fonts.googleapis.com/css2?family=Inconsolata&family=Lato:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link href="../style.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
${navigation}
Expand Down

0 comments on commit 92453d5

Please sign in to comment.