Skip to content

Commit

Permalink
Fix theme issue (#931)
Browse files Browse the repository at this point in the history
* Fix theme issue

* Fix theme issue

* test for issue resolve
  • Loading branch information
wirednkod authored Jan 16, 2024
1 parent 366a9db commit c9ad989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8" />
<title>Polkadot Blockchain Academy</title>
<link rel="stylesheet" href="./assets/PBA-theme.css" id="theme" />
<link rel="stylesheet" href="{{{themeUrl}}}" id="theme" />
<link rel="icon" href="./assets/favicon.svg" />
<link rel="shortcut icon" href="./assets/favicon.png" />
<style>
Expand Down

0 comments on commit c9ad989

Please sign in to comment.