Skip to content

Commit

Permalink
chore: add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 23, 2021
1 parent f5f3df2 commit cdee552
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions components/AppContainer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<template>
<div class="container mx-auto md:my-20 p-4 sm:p-10 md:px-20 shadow bg-light-50 flex flex-col gap-5">
<slot/>
</div>
<main class="md:my-20">
<div class="container mx-auto p-4 sm:p-10 md:px-20 shadow bg-light-50 flex flex-col gap-5">
<slot/>
</div>
<p class="mt-5 text-center text-sm text-gray-800">
<a href="https://github.com/atinux/discuss" class="underline hover:text-black">Source code</a>
|
<a href="https://atinux.com" class="underline hover:text-black">Main website</a>
</p>
</main>
</template>

0 comments on commit cdee552

Please sign in to comment.