-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-newsletter.php
36 lines (35 loc) · 1.96 KB
/
header-newsletter.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/**
* The header for our newsletters
*
* This is the template that displays all of the header stuff for email templates
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package MinnPost Largo
*/
?><!DOCTYPE html>
<html lang="en" xmlns="https://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="x-apple-disable-message-reformatting">
<?php if ( false === $args['is_legacy'] ) : ?>
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<style_donotremove>
:root{color-scheme:light dark;supported-color-schemes:light dark;}u+#body a{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important;}#MessageViewBody a{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important;}
</style_donotremove>
<?php endif; ?>
<link rel="shortcut icon" href="<?php echo esc_url( get_theme_file_uri( '/assets/img/app-icons/favicon.ico' ) ); ?>" type="image/x-icon" />
<meta property="og:title" content="<?php echo get_the_title(); ?> | <?php bloginfo( 'name' ); ?>">
<title><?php echo get_the_title(); ?> | <?php bloginfo( 'name' ); ?></title>
<!--[if mso]>
<style type="text/css">
table{border-collapse:collapse;border-spacing:0;margin:0;}div,td{padding:0;}div{margin:0!important;}
</style> <noscript><xml><o:OfficeDocumentSettings><o:PixelsPerInch>96</o:PixelsPerInch></o:OfficeDocumentSettings></xml></noscript>
<![endif]-->
</head>
<body class="body body-<?php echo $args['newsletter_type']; ?>">
<?php email_preview_text(); ?>
<div class="o-email" role="article" aria-roledescription="email" lang="en">