diff --git a/src/components/Layout/LayoutFooter.vue b/src/components/Layout/LayoutFooter.vue index 98f37b3..16e5b8b 100644 --- a/src/components/Layout/LayoutFooter.vue +++ b/src/components/Layout/LayoutFooter.vue @@ -3,7 +3,7 @@ class="footer text-white bottom-0 border-gray-200 bg-zinc-800 pl-4 pr-4" >
-
+
{{ project_authors }} {{ project_citation }}. diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 6c4c3de..dd78091 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -13,6 +13,8 @@ module.exports = { './vite.config.js', './src/**/*.{vue,js,ts,jsx,tsx,md}', './pages/**/*.{vue,md}', + './panels/**/*.{vue,md}', + './components/**/*.{vue,md}', './config/*.yml' ],