mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-12-21 20:08:47 +01:00
feat(theme): add github repository link for website
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user