mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2025-01-24 15:21:24 +01:00
parent
e0984ff0b7
commit
9f9574378f
@ -73,7 +73,7 @@ server
|
||||
`<!doctype html>
|
||||
<html lang="${runtimeConfig.LANG || 'en'}" class="${theme}">
|
||||
<head>
|
||||
<title >${runtimeConfig.META_TITLE || 'My Site'}</title>
|
||||
<title>${runtimeConfig.META_TITLE || 'My Site'}</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta charset="utf-8" />
|
||||
<meta property="og:type" content="siteweb" />
|
||||
@ -119,10 +119,8 @@ server
|
||||
}
|
||||
${
|
||||
runtimeConfig.OG_IMAGE
|
||||
? `
|
||||
<meta property="og:image" content="${runtimeConfig.OG_IMAGE}" />
|
||||
<meta property="og:image:secure_url" content="${runtimeConfig.OG_IMAGE}" />
|
||||
`
|
||||
? `<meta property="og:image" content="${runtimeConfig.OG_IMAGE}" />
|
||||
<meta property="og:image:secure_url" content="${runtimeConfig.OG_IMAGE}" />`
|
||||
: ''
|
||||
}
|
||||
${
|
||||
|
Loading…
Reference in New Issue
Block a user