Skip to content

Commit

Permalink
Remove obsolete meta viewport properties from v0.3 back-compat templa…
Browse files Browse the repository at this point in the history
…te (#3690)

Amending #3681
  • Loading branch information
westonruter committed Nov 5, 2019
1 parent abf39f2 commit 775ee37
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion back-compat/templates-v0-3/single.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@
* @package AMP
*/

/**
* Context.
*
* @var AMP_Post_Template $this
*/

?>
<!doctype html>
<html amp <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<?php do_action( 'amp_post_template_head', $this ); ?>

<style amp-custom>
Expand Down

0 comments on commit 775ee37

Please sign in to comment.