fixed escaping characters

pull/15/head
tycrek 3 years ago
parent 020a53c4e0
commit acd92b7808
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -69,10 +69,10 @@ const html = `
<html>
<head>
<title>ass</title>
<meta property="og:type" content="{{ogtype}}">
<meta property="og:{{type}}" content="{{http}}{{domain}}/{{resourceId}}{{ext}}">
{{title}}
{{site}}
<meta property="og:type" content="{{{ogtype}}}">
<meta property="og:{{{type}}}" content="{{{http}}}{{{domain}}}/{{{resourceId}}}{{{ext}}}">
{{{title}}}
{{{site}}}
</head>
<body>ass</body>
</html>

Loading…
Cancel
Save