feat: Allow injection of raw HTML strings inside <head>
This commit is contained in:
parent
965ba1ef76
commit
ce26d8d3cb
3 changed files with 15 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ export class ClientServerService {
|
|||
url: this.config.url,
|
||||
title: this.meta.name ?? 'Sharkey',
|
||||
desc: this.meta.description,
|
||||
customHead: this.config.customHtml.head,
|
||||
...await this.generateCommonPugData(this.meta),
|
||||
...data,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue