diff --git a/app/templates/layouts/app.html.slim b/app/templates/layouts/app.html.slim index 0ba9fc0..4e4aabc 100644 --- a/app/templates/layouts/app.html.slim +++ b/app/templates/layouts/app.html.slim @@ -65,7 +65,7 @@ html x-data="{darkMode: $persist(false)}" :class="{'dark' : darkMode === true}" span class="opacity-80 hover:opacity-100 block dark:hidden" 🌝 == yield div class="px-4 max-w-screen-md mx-auto pb-10" - p class="float-left text-gray-200 dark:text-indigo-900" Β© 2024 Daniel Nitsikopoulos. All rights reserved. + p class="float-left text-gray-200 dark:text-indigo-900" Β© 2010 - 2024 Daniel Nitsikopoulos. All rights reserved. p class="float-right text-gray-200 dark:text-gray-600" a href="https://xn--sr8hvo.ws/%F0%9F%8D%93%E2%9E%97%F0%9F%8E%B0/previous" ← a href="https://xn--sr8hvo.ws" πŸ•ΈπŸ’ diff --git a/app/templates/more/index.html.slim b/app/templates/more/index.html.slim index 8171f2b..e191a74 100644 --- a/app/templates/more/index.html.slim +++ b/app/templates/more/index.html.slim @@ -19,5 +19,6 @@ div class="mb-12 max-w-prose mx-auto text-gray-800 dark:text-gray-200" a class="block p-1 border border-blue-200 bg-blue-200 text-blue-900 hover:bg-blue-300 text-center rounded-lg" href="/trips" πŸ›« Trips a class="block p-1 border border-blue-200 bg-blue-200 text-blue-900 hover:bg-blue-300 text-center rounded-lg" href="/podcasts" πŸŽ™οΈ Podcasts a class="block p-1 border border-blue-200 bg-blue-200 text-blue-900 hover:bg-blue-300 text-center rounded-lg" href="/bookshelf" πŸ“šοΈ Bookshelf + a class="block p-1 border border-blue-200 bg-blue-200 text-blue-900 hover:bg-blue-300 text-center rounded-lg" href="/collections" πŸ“¦ Collections / a class="block p-1 border border-blue-200 bg-blue-300 text-blue-900 hover:bg-blue-200 text-center rounded-lg" href="/art" 🎨 Art things