mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 06:04:12 +02:00
feat(theme): add github repository link for website
This commit is contained in:
parent
6fa527dbf7
commit
3edaecb29b
@ -1,10 +1,13 @@
|
||||
import Link from "next/link";
|
||||
|
||||
const YEAR = new Date().getFullYear()
|
||||
|
||||
export default {
|
||||
footer: (
|
||||
<footer>
|
||||
<small>
|
||||
<time>{YEAR}</time> © Anthony Berg.
|
||||
<Link href={"https://github.com/smyalygames/anthonyberg-website/blob/main/LICENSE"}><time>{YEAR}</time> © Anthony Berg.</Link>
|
||||
<a href={"https://github.com/smyalygames/anthonyberg-website/"}>GitHub Repository</a>
|
||||
</small>
|
||||
<style jsx>{`
|
||||
footer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user