fix: remove {{title}} from default newsletter email HTML contents
This commit is contained in:
parent
4a281182ec
commit
541c05e809
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ export const EXAMPLE_A1 = `<!DOCTYPE html>
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1.0">
|
||||
<title>{{title}} - SVR.JS Blog Newsletter</title>
|
||||
<title>SVR.JS Blog Newsletter</title>
|
||||
<style>
|
||||
body {
|
||||
color: #000000;
|
||||
|
|
Loading…
Reference in a new issue