Skip to content

Commit bc52e19

Browse files
committed
Add CC and CC-BY unicodes, make word change on favicon
1 parent d00a19f commit bc52e19

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/pages/copyright.astro

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ const metadata = {
1414
<Layout metadata={metadata}>
1515
<h1>Copyright</h1>
1616
<p>
17-
Except where otherwise noted (see below), content on this site is licensed
18-
under a <Link url='https://creativecommons.org/licenses/by/4.0/'
17+
&copy; {new Date().getFullYear()} Jiho Kim. Except where otherwise noted, content
18+
on this website is licensed under a <Link
19+
url='https://creativecommons.org/licenses/by/4.0/'
1920
>Creative Commons Attribution 4.0 International license</Link
20-
>.
21+
> &#x1F16D; &#x1F16F;
2122
</p>
22-
<h2>Notes</h2>
23+
<h2>Attributions</h2>
2324
<ul>
2425
<li>
2526
My <Link
@@ -37,9 +38,9 @@ const metadata = {
3738
<Image
3839
src={favicon}
3940
alt='Wizard'
40-
class='inline-block max-w-5 align-text-bottom'
41+
class='inline-block align-middle h-6 w-6'
4142
/>
42-
is from
43+
comes from
4344
<Link url='https://antofthy.gitlab.io/aicons/'
4445
>Anthony's Icon Library</Link
4546
>, which is in the public domain.

0 commit comments

Comments
 (0)