Skip to content

Commit

Permalink
no full name in footer please
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Feb 19, 2024
1 parent b7e6979 commit 2fad539
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/layout/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const year = new Date().getFullYear();
class="mt-auto flex w-full flex-col items-center justify-center gap-y-2 pb-4 pt-20 text-center align-top font-semibold text-gray-600 dark:text-gray-400 sm:flex-row sm:justify-between sm:text-xs"
>
<div class="me-0 sm:me-4">
&copy; {siteConfig.author}
{year}
&copy; pysm {year}
</div>
<nav
aria-label="More on this site"
Expand Down

0 comments on commit 2fad539

Please sign in to comment.