Adjust metadata URLs
This commit is contained in:
parent
49556c59bf
commit
4f25da2946
|
@ -1,11 +1,11 @@
|
|||
module.exports = {
|
||||
siteName: "Leilukin's Hub",
|
||||
siteUrl: "https://leilukin.neocities.org/" || "http://localhost:8080",
|
||||
siteUrl: "https://leilukin.neocities.org" || "http://localhost:8080",
|
||||
siteLocale: "en_MY",
|
||||
siteDescription: "Leilukin's personal website.",
|
||||
siteAuthor: {
|
||||
name: "Leilukin",
|
||||
email: "leilukin@outlook.com",
|
||||
url: "https://leilukin.neocities.org/about/"
|
||||
url: "https://leilukin.neocities.org/about"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% metagen
|
||||
desc=desc or metadata.desc,
|
||||
url=url + page.url,
|
||||
url=sitemeta.siteUrl + page.url,
|
||||
locale=sitemeta.siteLocale,
|
||||
site_name=sitemeta.siteName,
|
||||
img=image,
|
||||
|
|
Loading…
Reference in New Issue