Skip to content

Commit

Permalink
Merge pull request #66 from data-preservation-programs/fix-navbar-foo…
Browse files Browse the repository at this point in the history
…ter-missing

fix: put back navbar + footer
  • Loading branch information
orvn authored Nov 27, 2023
2 parents abfa585 + 8c50abd commit 401048c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<div class="layout default" tabindex="-1">

<!-- <SiteHeader /> -->
<SiteHeader />

<slot />

<!-- <SiteFooter /> -->
<SiteFooter />

</div>
</template>
Expand Down

0 comments on commit 401048c

Please sign in to comment.