Link to Nina's blog in the footer.

pull/154/head
Atul Varma 2021-06-07 07:39:52 -04:00
rodzic a5671ec8b6
commit 1ff17b96c1
1 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -78,8 +78,20 @@ export const Page: React.FC<PageProps> = ({ title, children }) => {
<footer>
<p>
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
</a>{" "}
and{" "}
<a
href="https://blog.ninapaley.com/category/mysticsymbolic/"
target="_blank"
rel="noopener noreferrer"
>
Nina Paley's blog
</a>
.
</p>