Update sealious to enable feed title overrides
This commit is contained in:
parent
f4a95e4cfb
commit
5dda67b51c
8
package-lock.json
generated
8
package-lock.json
generated
@ -40,7 +40,7 @@
|
|||||||
"nodemon": "^3.0.1",
|
"nodemon": "^3.0.1",
|
||||||
"object-path": "^0.11.8",
|
"object-path": "^0.11.8",
|
||||||
"qs": "^6.12.0",
|
"qs": "^6.12.0",
|
||||||
"sealious": "^0.20.0",
|
"sealious": "^0.20.1",
|
||||||
"slug": "^9.1.0",
|
"slug": "^9.1.0",
|
||||||
"stimulus": "^3.2.2",
|
"stimulus": "^3.2.2",
|
||||||
"tempstream": "^0.4.6",
|
"tempstream": "^0.4.6",
|
||||||
@ -11488,9 +11488,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/sealious": {
|
"node_modules/sealious": {
|
||||||
"version": "0.20.0",
|
"version": "0.20.1",
|
||||||
"resolved": "https://registry.npmjs.org/sealious/-/sealious-0.20.0.tgz",
|
"resolved": "https://registry.npmjs.org/sealious/-/sealious-0.20.1.tgz",
|
||||||
"integrity": "sha512-uoVXfjFvsLcKwjTbADkxgwIUJ6MV9LXOABrwCQkarVwHTMks2cwtWSQF0eDZ+VZdfy+rr5WroepUpUe+b3wt6A==",
|
"integrity": "sha512-DDzIDNYWtdSnZ5wqPdlIK/PKpkPER1lqoMgsxEPw0AjDZxYOLAl3Okil8z36T8nHsNPelmSntndgDfgads91xQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@koa/router": "^12.0.1",
|
"@koa/router": "^12.0.1",
|
||||||
"@sealcode/file-manager": "^1.0.1",
|
"@sealcode/file-manager": "^1.0.1",
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
"nodemon": "^3.0.1",
|
"nodemon": "^3.0.1",
|
||||||
"object-path": "^0.11.8",
|
"object-path": "^0.11.8",
|
||||||
"qs": "^6.12.0",
|
"qs": "^6.12.0",
|
||||||
"sealious": "^0.20.0",
|
"sealious": "^0.20.1",
|
||||||
"slug": "^9.1.0",
|
"slug": "^9.1.0",
|
||||||
"stimulus": "^3.2.2",
|
"stimulus": "^3.2.2",
|
||||||
"tempstream": "^0.4.6",
|
"tempstream": "^0.4.6",
|
||||||
|
@ -44,7 +44,7 @@ export function defaultHead({
|
|||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="description" content="${htmlEscape(description)}" />
|
<meta name="description" content="${htmlEscape(description)}" />
|
||||||
${ctx.$app.getFeedHTMLMetatags()}
|
${ctx.$app.getFeedHTMLMetatags(ctx)}
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="/dist/fonts/Poppins-400-1.woff2"
|
href="/dist/fonts/Poppins-400-1.woff2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user