mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 14:14: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()
|
const YEAR = new Date().getFullYear()
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
footer: (
|
footer: (
|
||||||
<footer>
|
<footer>
|
||||||
<small>
|
<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>
|
</small>
|
||||||
<style jsx>{`
|
<style jsx>{`
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user