Skip to content

Commit

Permalink
Migrated footer from template into each page
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 28, 2023
1 parent 6e15e30 commit 528c0dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.vue

This file was deleted.

1 change: 1 addition & 0 deletions pages/geudenstraat/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</typography>
<room-details :details="data?.details" />
<image-gallery :images="data?.images" />
<c-footer />
</template>

<script setup lang="ts">
Expand Down
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</p>
</typography>
<cards :items="cardItems" title="Onze studentenkoten" />
<c-footer />
</template>

<script lang="ts" setup>
Expand Down
1 change: 1 addition & 0 deletions pages/sloefke/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</typography>
<room-details :details="data?.details" />
<image-gallery :images="data?.images" />
<c-footer />
</template>

<script setup lang="ts">
Expand Down
1 change: 1 addition & 0 deletions pages/sloefke/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</template>
</typography>
<cards :items="data?.rooms" title="Onze studentenkamers" />
<c-footer />
</template>

<script lang="ts" setup>
Expand Down

0 comments on commit 528c0dc

Please sign in to comment.