Skip to content

Commit

Permalink
keep header and footer as static
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 26, 2024
1 parent 8d33298 commit 2534105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />

<script type="module" src="../components/footer/footer.js"></script>
<script type="module" src="../components/header/header.js"></script>
<script type="module" src="../components/footer/footer.js" data-gwd-opt="static"></script>
<script type="module" src="../components/header/header.js" data-gwd-opt="static"></script>
<script type="module" src="../components/copy-to-clipboard/copy-to-clipboard.js"></script>
<link rel="stylesheet" href="../styles/theme.css" />
</head>
Expand Down

0 comments on commit 2534105

Please sign in to comment.