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>
|
||||
<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>
|
||||
|
|
Ładowanie…
Reference in New Issue