mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Put mail template style tags in the head (#951)
This commit is contained in:
parent
646621cee8
commit
71479dd51d
@ -7,13 +7,12 @@ name = "Default layout"
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
<style type="text/css" media="screen">
|
||||
{{ brandCss|raw }}
|
||||
{{ css|raw }}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<table class="wrapper layout-default" width="100%" cellpadding="0" cellspacing="0">
|
||||
|
||||
<!-- Header -->
|
||||
|
@ -11,13 +11,12 @@ This is an automatic message. Please do not reply to it.
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
<style type="text/css" media="screen">
|
||||
{{ brandCss|raw }}
|
||||
{{ css|raw }}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<table class="wrapper layout-system" width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user