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()
|
||||
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user