Link to Nina's blog in the footer.
rodzic
a5671ec8b6
commit
1ff17b96c1
14
lib/page.tsx
14
lib/page.tsx
|
@ -78,8 +78,20 @@ export const Page: React.FC<PageProps> = ({ title, children }) => {
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
For more details about this project, see its{" "}
|
For more details about this project, see its{" "}
|
||||||
<a href="https://github.com/toolness/mystic-symbolic" target="_blank">
|
<a
|
||||||
|
href="https://github.com/toolness/mystic-symbolic"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
GitHub repository
|
GitHub repository
|
||||||
|
</a>{" "}
|
||||||
|
and{" "}
|
||||||
|
<a
|
||||||
|
href="https://blog.ninapaley.com/category/mysticsymbolic/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
Nina Paley's blog
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
</p>
|
</p>
|
||||||
|
|
Ładowanie…
Reference in New Issue