footer: add CC BY-NC-SA 4.0 content license + low-latency contact line
build-and-deploy / build (push) Failing after 14m26s
build-and-deploy / build (push) Failing after 14m26s
- License link (rel=license) renders site-wide for blog/content reuse terms - Contact line links LinkedIn + email from socials data
This commit is contained in:
@@ -28,6 +28,12 @@ export const site = {
|
||||
email: "jonnywright2011@live.com.au",
|
||||
ogImage: "/og.png",
|
||||
locale: "en",
|
||||
// Content license for blog posts + pages. Edit here to relicense site-wide.
|
||||
license: {
|
||||
name: "CC BY-NC-SA 4.0",
|
||||
label: "Creative Commons Attribution-NonCommercial-ShareAlike 4.0",
|
||||
url: "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
||||
},
|
||||
} as const;
|
||||
|
||||
export type Site = typeof site;
|
||||
|
||||
Reference in New Issue
Block a user